From d1a94f2bb3742f50f3dd98a03d5fec338dd0cf65 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 12 Nov 2020 11:57:37 +0100 Subject: Use preprocessed data for 2,4-D, update docs --- man/D24_2014.Rd | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'man/D24_2014.Rd') diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd index 90b0605e..d0ab516a 100644 --- a/man/D24_2014.Rd +++ b/man/D24_2014.Rd @@ -10,8 +10,7 @@ An \link{mkindsg} object grouping five datasets \source{ Hellenic Ministry of Rural Development and Agriculture (2014) Final addendum to the Renewal Assessment Report - public version - 2,4-D -Volume 3 Annex B.8 Fate and behaviour in the environment p. 638, 640, -644-646. +Volume 3 Annex B.8 Fate and behaviour in the environment \url{http://registerofquestions.efsa.europa.eu/roqFrontend/outputLoader?output=ON-3812} } \usage{ @@ -26,7 +25,10 @@ context of pesticide registrations, as the use of the data may be constrained by data protection regulations. } \details{ -Metabolite residues at early sampling times reported as 0.0 were set to NA. +Data for the first dataset are from p. 685. Data for the other four +datasets were used in the preprocessed versions given in the kinetics +section (p. 761ff.), with the exception of residues smaller than 1 for DCP +in the soil from Site I2, where the values given on p. 694 were used. The R code used to create this data object is installed with this package in the 'dataset_generation' directory. In the code, page numbers are given for @@ -35,8 +37,8 @@ specific pieces of information in the comments. \examples{ print(D24_2014) print(D24_2014$ds[[1]], data = TRUE) -m1 = mkinmod(D24 = list(type = "SFO", to = "phenol"), - phenol = list(type = "SFO", to = "anisole"), - anisole = list(type = "SFO")) +m_D24 = mkinmod(D24 = mkinsub("SFO", to = "DCP"), + DCP = mkinsub("SFO", to = "DCA"), + DCA = mkinsub("SFO")) } \keyword{datasets} -- cgit v1.2.1