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/FOMC_actual_twa.html | 186 ++++++++++++------------------------ 1 file changed, 59 insertions(+), 127 deletions(-) (limited to 'docs/reference/FOMC_actual_twa.html') diff --git a/docs/reference/FOMC_actual_twa.html b/docs/reference/FOMC_actual_twa.html index a365556..1fa9b97 100644 --- a/docs/reference/FOMC_actual_twa.html +++ b/docs/reference/FOMC_actual_twa.html @@ -1,64 +1,12 @@ - - - - - - - -Actual and maximum moving window time average concentrations for FOMC kinetics — FOMC_actual_twa • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Actual and maximum moving window time average concentrations for FOMC kinetics — FOMC_actual_twa • pfm - - - - + + -
-
- -
- -
+
-
FOMC_actual_twa(
-  alpha = 1.0001,
-  beta = 10,
-  times = c(0, 1, 2, 4, 7, 14, 21, 28, 42, 50, 100)
-)
- -

Arguments

- - - - - - - - - - - - - - -
alpha

Parameter of the FOMC model

beta

Parameter of the FOMC model

times

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

- -

Source

+
+
FOMC_actual_twa(
+  alpha = 1.0001,
+  beta = 10,
+  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

+
alpha
+

Parameter of the FOMC model

-

Examples

-
FOMC_actual_twa(alpha = 1.0001, beta = 10)
#> actual twa -#> 0 1.00000000 NaN -#> 1 0.90908224 0.9530973 -#> 2 0.83331814 0.9115995 -#> 4 0.71426168 0.8411664 -#> 7 0.58820408 0.7580202 -#> 14 0.41663019 0.6253074 -#> 21 0.32254415 0.5387324 -#> 28 0.26312277 0.4767543 -#> 42 0.19227599 0.3925054 -#> 50 0.16663681 0.3583198 -#> 100 0.09088729 0.2397608
-
- +

Author

Johannes Ranke

+
+ +
+

Examples

+
FOMC_actual_twa(alpha = 1.0001, beta = 10)
+#>         actual       twa
+#> 0   1.00000000       NaN
+#> 1   0.90908224 0.9530973
+#> 2   0.83331814 0.9115995
+#> 4   0.71426168 0.8411664
+#> 7   0.58820408 0.7580202
+#> 14  0.41663019 0.6253074
+#> 21  0.32254415 0.5387324
+#> 28  0.26312277 0.4767543
+#> 42  0.19227599 0.3925054
+#> 50  0.16663681 0.3583198
+#> 100 0.09088729 0.2397608
+
+
+
-
- - + + -- cgit v1.2.1