diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-12 11:04:45 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-12 11:11:03 +0100 |
commit | 7b807680b66269ff911df137f56e26775d84e283 (patch) | |
tree | 407c3118ba48580952017244bfba1f9647661271 /man/D24_2014.Rd | |
parent | c0c82d9523da8965f5fb7a5f8cf1410750885d30 (diff) |
mkindsg class to hold groups of datasets
- D24_2014 dataset on aerobic soil degradation of 2,4-D from the EU
assessment as mkindsg object with metadata
- f_time_norm_focus() to do time-step normalisation using the FOCUS
method
- focus_soil_moisture data with default moisture contents at pF1,
pF 2 and pF 2.5 for USDA soil types from FOCUS GW guidance
- Dataset generation scripts in inst/dataset_generation
- Depend on R >= 2.15.1 in order to facilitate the use of
utils::globalVariables()
Diffstat (limited to 'man/D24_2014.Rd')
-rw-r--r-- | man/D24_2014.Rd | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/man/D24_2014.Rd b/man/D24_2014.Rd new file mode 100644 index 00000000..90b0605e --- /dev/null +++ b/man/D24_2014.Rd @@ -0,0 +1,42 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/D24_2014.R +\docType{data} +\name{D24_2014} +\alias{D24_2014} +\title{Aerobic soil degradation data on 2,4-D from the EU assessment in 2014} +\format{ +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. +\url{http://registerofquestions.efsa.europa.eu/roqFrontend/outputLoader?output=ON-3812} +} +\usage{ +D24_2014 +} +\description{ +The five datasets were extracted from the active substance evaluation dossier +published by EFSA. Kinetic evaluations shown for these datasets are intended +to illustrate and advance kinetic modelling. The fact that these data and +some results are shown here does not imply a license to use them in the +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. + +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 +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")) +} +\keyword{datasets} |