diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-12 11:57:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-12 11:57:37 +0100 |
commit | d1a94f2bb3742f50f3dd98a03d5fec338dd0cf65 (patch) | |
tree | cf5dc1c4a0fdc27266e0d368b0c33b00920daa16 /man | |
parent | 7b807680b66269ff911df137f56e26775d84e283 (diff) |
Use preprocessed data for 2,4-D, update docs
Diffstat (limited to 'man')
-rw-r--r-- | man/D24_2014.Rd | 14 |
1 files changed, 8 insertions, 6 deletions
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} |