From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 24 Nov 2022 09:02:26 +0100 Subject: Start online docs of the development version --- docs/dev/reference/experimental_data_for_UBA.html | 239 +++++++++------------- 1 file changed, 96 insertions(+), 143 deletions(-) (limited to 'docs/dev/reference/experimental_data_for_UBA.html') diff --git a/docs/dev/reference/experimental_data_for_UBA.html b/docs/dev/reference/experimental_data_for_UBA.html index 9904370f..a51ace27 100644 --- a/docs/dev/reference/experimental_data_for_UBA.html +++ b/docs/dev/reference/experimental_data_for_UBA.html @@ -1,46 +1,5 @@ - - - - - - - -Experimental datasets used for development and testing of error models — experimental_data_for_UBA_2019 • mkin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Experimental datasets used for development and testing of error models — experimental_data_for_UBA_2019 • mkin - - - - - - - - - - - - - + + -
-
- -
- -
+
-
experimental_data_for_UBA_2019
+
+
experimental_data_for_UBA_2019
+
+
+

Format

+

A list containing twelve datasets as an R6 class defined by mkinds, + each containing, among others, the following components

title
+

The name of the dataset, e.g. Soil 1

-

Format

+
data
+

A data frame with the data in the form expected by mkinfit

-

A list containing twelve datasets as an R6 class defined by mkinds, - each containing, among others, the following components

-
title

The name of the dataset, e.g. Soil 1

-
data

A data frame with the data in the form expected by mkinfit

-
- -

Source

- +
+
+

Source

Austria (2015). Ethofumesate Renewal Assessment Report Volume 3 Annex B.8 (AS)

Belgium (2014). Isofetamid (IKF-5411) Draft Assessment Report Volume 3 Annex B.8 (AS)

France (2015). Imazamox Draft Renewal Assessment Report Volume 3 Annex B.8 (AS)

-

FOCUS (2014) “Generic guidance for Estimating Persistence and +

FOCUS (2014) “Generic guidance for Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in EU - Registration” Report of the FOCUS Work Group on Degradation Kinetics, + Registration” Report of the FOCUS Work Group on Degradation Kinetics, Version 1.1, 18 December 2014 - http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

+ http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

Germany (2013). Renewal Assessment Report Glyphosate Volume 3 Annex B.8: Environmental Fate and Behaviour

Hellas (2013). Renewal Assessment Report 2,4-D Volume 3 Annex B.8: Fate and behaviour in the @@ -236,70 +184,75 @@ Dataset 12 is from the Renewal Assessment Report (RAR) for thifensulfuron-methyl

United Kingdom (2014). Thifensulfuron-methyl - Annex B.8 (Volume 3) to the Report and Proposed Decision of the United Kingdom made to the European Commission under Regulation (EC) No. 1141/2010 for renewal of an active substance

+
-

Examples

-
# \dontrun{ - -# Model definitions -sfo_sfo <- mkinmod( - parent = mkinsub("SFO", to = "A1"), - A1 = mkinsub("SFO"), - use_of_ff = "max" -) -
#> Temporary DLL for differentials generated and loaded
-dfop_sfo <- mkinmod( - parent = mkinsub("DFOP", to = "A1"), - A1 = mkinsub("SFO"), - use_of_ff = "max" -) -
#> Temporary DLL for differentials generated and loaded
-sfo_sfo_sfo <- mkinmod( - parent = mkinsub("SFO", to = "A1"), - A1 = mkinsub("SFO", to = "A2"), - A2 = mkinsub("SFO"), - use_of_ff = "max" -) -
#> Temporary DLL for differentials generated and loaded
-dfop_sfo_sfo <- mkinmod( - parent = mkinsub("DFOP", to = "A1"), - A1 = mkinsub("SFO", to = "A2"), - A2 = mkinsub("SFO"), - use_of_ff = "max" -) -
#> Temporary DLL for differentials generated and loaded
d_1_2 <- lapply(experimental_data_for_UBA_2019[1:2], function(x) x$data) -names(d_1_2) <- paste("Soil", 1:2) - - -f_1_2_tc <- mmkin(list("DFOP-SFO-SFO" = dfop_sfo_sfo), d_1_2, error_model = "tc") - -plot(f_1_2_tc, resplot = "errmod") -
-# }
+
+

Examples

+
# \dontrun{
+
+# Model definitions
+sfo_sfo <- mkinmod(
+  parent = mkinsub("SFO", to = "A1"),
+  A1 = mkinsub("SFO"),
+  use_of_ff = "max"
+)
+#> Temporary DLL for differentials generated and loaded
+
+dfop_sfo <- mkinmod(
+  parent = mkinsub("DFOP", to = "A1"),
+  A1 = mkinsub("SFO"),
+  use_of_ff = "max"
+)
+#> Temporary DLL for differentials generated and loaded
+
+sfo_sfo_sfo <- mkinmod(
+  parent = mkinsub("SFO", to = "A1"),
+  A1 = mkinsub("SFO", to = "A2"),
+  A2 = mkinsub("SFO"),
+  use_of_ff = "max"
+)
+#> Temporary DLL for differentials generated and loaded
+
+dfop_sfo_sfo <- mkinmod(
+  parent = mkinsub("DFOP", to = "A1"),
+  A1 = mkinsub("SFO", to = "A2"),
+  A2 = mkinsub("SFO"),
+  use_of_ff = "max"
+)
+#> Temporary DLL for differentials generated and loaded
+d_1_2 <- lapply(experimental_data_for_UBA_2019[1:2], function(x) x$data)
+names(d_1_2) <- paste("Soil", 1:2)
+
+
+f_1_2_tc <- mmkin(list("DFOP-SFO-SFO" = dfop_sfo_sfo), d_1_2, error_model = "tc")
+
+plot(f_1_2_tc, resplot = "errmod")
+
+
+# }
+
+
+
-
- - + + -- cgit v1.2.1