From 91a5834dd701211f929fd25419dc34561ce3b4e7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Feb 2025 09:15:20 +0100 Subject: Initialize dev docs --- docs/dev/reference/FOCUS_2006_datasets.html | 133 ++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 docs/dev/reference/FOCUS_2006_datasets.html (limited to 'docs/dev/reference/FOCUS_2006_datasets.html') diff --git a/docs/dev/reference/FOCUS_2006_datasets.html b/docs/dev/reference/FOCUS_2006_datasets.html new file mode 100644 index 00000000..a147a4f9 --- /dev/null +++ b/docs/dev/reference/FOCUS_2006_datasets.html @@ -0,0 +1,133 @@ + +Datasets A to F from the FOCUS Kinetics report from 2006 — FOCUS_2006_datasets • mkin + Skip to contents + + +
+
+
+ +
+

Data taken from FOCUS (2006), p. 258.

+
+ +
+

Usage

+
FOCUS_2006_A
+  FOCUS_2006_B
+  FOCUS_2006_C
+  FOCUS_2006_D
+  FOCUS_2006_E
+  FOCUS_2006_F
+
+ +
+

Format

+

6 datasets with observations on the following variables.

name
+

a factor containing the name of the observed variable

+ +
time
+

a numeric vector containing time points

+ +
value
+

a numeric vector containing concentrations in percent of applied radioactivity

+ + +
+
+

Source

+

FOCUS (2006) “Guidance Document on Estimating Persistence and + Degradation Kinetics from Environmental Fate Studies on Pesticides in EU + Registration” Report of the FOCUS Work Group on Degradation Kinetics, + EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, + http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

+
+ +
+

Examples

+
FOCUS_2006_C
+#>     name time value
+#> 1 parent    0  85.1
+#> 2 parent    1  57.9
+#> 3 parent    3  29.9
+#> 4 parent    7  14.6
+#> 5 parent   14   9.7
+#> 6 parent   28   6.6
+#> 7 parent   63   4.0
+#> 8 parent   91   3.9
+#> 9 parent  119   0.6
+
+
+
+ + +
+ + + + + + + -- cgit v1.2.1