From 4079a2c496aa4e8c6dc2a93afedcbedbf7a852b5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:59:34 +0100 Subject: Enable markdown and rebuild docs --- docs/reference/TSCF.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/reference/TSCF.html') diff --git a/docs/reference/TSCF.html b/docs/reference/TSCF.html index eb1398b..6ac2f56 100644 --- a/docs/reference/TSCF.html +++ b/docs/reference/TSCF.html @@ -83,7 +83,7 @@ or ionic.

References

FOCUS (2014) Generic Guidance for Tier 1 FOCUS Ground Water Assessments. - Version 2.2, May 2014 +Version 2.2, May 2014 Dettenmaier EM, Doucette WJ and Bugbee B (2009) Chemical hydrophobicity and uptake by plant roots. Environ. Sci. Technol 43, 324 - 329

@@ -91,13 +91,11 @@ by plant roots. Environ. Sci. Technol 43, 324 - 329

Examples

plot(TSCF, -1, 5, xlab = "log Kow", ylab = "TSCF", ylim = c(0, 1.1))
-
 TSCF_2 <- function(x) TSCF(x, method = "dettenmaier09")
 curve(TSCF_2, -1, 5, add = TRUE, lty = 2)
-#> Error in curve(TSCF_2, -1, 5, add = TRUE, lty = 2): could not find function "curve"
 legend("topright", lty = 1:2, bty = "n",
   legend = c("Briggs et al. (1982)", "Dettenmaier et al. (2009)"))
-#> Error in legend("topright", lty = 1:2, bty = "n", legend = c("Briggs et al. (1982)",     "Dettenmaier et al. (2009)")): could not find function "legend"
+