From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/reference/SFO_actual_twa.html | 224 +++++++++++++------------------------ 1 file changed, 78 insertions(+), 146 deletions(-) (limited to 'docs/reference/SFO_actual_twa.html') diff --git a/docs/reference/SFO_actual_twa.html b/docs/reference/SFO_actual_twa.html index b5fa5da..e07138c 100644 --- a/docs/reference/SFO_actual_twa.html +++ b/docs/reference/SFO_actual_twa.html @@ -1,179 +1,111 @@ - - - - - - - -Actual and maximum moving window time average concentrations for SFO kinetics — SFO_actual_twa • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +Actual and maximum moving window time average concentrations for SFO kinetics — SFO_actual_twa • pfm + Skip to contents + +
+
+
-
+

Actual and maximum moving window time average concentrations for SFO kinetics

-
SFO_actual_twa(DT50 = 1000, times = c(0, 1, 2, 4, 7, 14, 21, 28, 42, 50, 100))
- -

Arguments

- - - - - - - - - - -
DT50

The half-life.

times

The output times, and window sizes for time weighted average concentrations

- -

Source

+
+

Usage

+
SFO_actual_twa(DT50 = 1000, times = c(0, 1, 2, 4, 7, 14, 21, 28, 42, 50, 100))
+
+
+

Source

FOCUS (2014) Generic Guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in EU Registration, Version 1.1, 18 December 2014, p. 251

+
+
+

Arguments

+
DT50
+

The half-life.

-

Examples

-
SFO_actual_twa(10)
#> actual twa -#> 0 1.0000000000 NaN -#> 1 0.9330329915 0.9661297 -#> 2 0.8705505633 0.9337803 -#> 4 0.7578582833 0.8733416 -#> 7 0.6155722067 0.7923030 -#> 14 0.3789291416 0.6400113 -#> 21 0.2332582479 0.5267498 -#> 28 0.1435872944 0.4412651 -#> 42 0.0544094102 0.3248093 -#> 50 0.0312500000 0.2795222 -#> 100 0.0009765625 0.1441286
-
- +
+

Author

Johannes Ranke

-
-
+
+ +
+

Examples

+
SFO_actual_twa(10)
+#>           actual       twa
+#> 0   1.0000000000       NaN
+#> 1   0.9330329915 0.9661297
+#> 2   0.8705505633 0.9337803
+#> 4   0.7578582833 0.8733416
+#> 7   0.6155722067 0.7923030
+#> 14  0.3789291416 0.6400113
+#> 21  0.2332582479 0.5267498
+#> 28  0.1435872944 0.4412651
+#> 42  0.0544094102 0.3248093
+#> 50  0.0312500000 0.2795222
+#> 100 0.0009765625 0.1441286
+
+
+
- + - - - + -- cgit v1.2.1