From aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 13:16:17 +0100 Subject: Reorganise data generation - Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory --- docs/reference/TSCF.html | 154 ++++++++++++++--------------------------------- 1 file changed, 44 insertions(+), 110 deletions(-) (limited to 'docs/reference/TSCF.html') diff --git a/docs/reference/TSCF.html b/docs/reference/TSCF.html index b635ba2..62ad5a0 100644 --- a/docs/reference/TSCF.html +++ b/docs/reference/TSCF.html @@ -1,72 +1,17 @@ - - - - - - - -Estimation of the transpiration stream concentration factor — TSCF • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Estimation of the transpiration stream concentration factor — TSCF • pfm - - - - - - - - - - - - - + + -
-
- -
- -
+
-
TSCF(log_Kow, method = c("briggs82", "dettenmaier09"))
+
+
TSCF(log_Kow, method = c("briggs82", "dettenmaier09"))
+
-

Arguments

- - - - - - - - - - -
log_Kow

The decadic logarithm of the octanol-water partition constant

method

Short name of the estimation method.

+
+

Arguments

+
log_Kow
+

The decadic logarithm of the octanol-water partition constant

-

Details

-

The Dettenmaier equation is given to show that other views on the subject exist.

-

References

+
method
+

Short name of the estimation method.

+
+
+

Details

+

The Dettenmaier equation is given to show that other views on the subject exist.

+
+
+

References

FOCUS (2014) Generic Guidance for Tier 1 FOCUS Ground Water Assessments. 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

+
-

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)
legend("topright", lty = 1:2, bty = "n", - legend = c("Briggs et al. (1982)", "Dettenmaier et al. (2009)"))
+
+

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)
+legend("topright", lty = 1:2, bty = "n",
+  legend = c("Briggs et al. (1982)", "Dettenmaier et al. (2009)"))
+
+
+
+
-
- - + + -- cgit v1.2.1