diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-19 12:23:08 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-19 12:23:08 +0100 |
commit | e25f0194736a090914c10a9f374946c0b89adc5b (patch) | |
tree | 505e4c8843dcf873b70f62b824062b19bc03d8b2 /man | |
parent | 8de6e0c9df935266eccebbc9ff8ff2eef2e819d1 (diff) |
Dimethenamid data, normalisation options
Diffstat (limited to 'man')
-rw-r--r-- | man/dimethenamid_2018.Rd | 35 | ||||
-rw-r--r-- | man/f_time_norm_focus.Rd | 6 |
2 files changed, 39 insertions, 2 deletions
diff --git a/man/dimethenamid_2018.Rd b/man/dimethenamid_2018.Rd new file mode 100644 index 00000000..b6f761e8 --- /dev/null +++ b/man/dimethenamid_2018.Rd @@ -0,0 +1,35 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/dimethenamid_2018.R +\docType{data} +\name{dimethenamid_2018} +\alias{dimethenamid_2018} +\title{Aerobic soil degradation data on dimethenamid and dimethenamid-P from the EU assessment in 2018} +\format{ +An \link{mkindsg} object grouping eight datasets with some meta information +} +\source{ +Rapporteur Member State Germany, Co-Rapporteur Member State Bulgaria (2018) +Renewal Assessment Report Dimethenamid-P Volume 3 - B.8 Environmental fate and behaviour +Rev. 2 - November 2017 +\url{http://registerofquestions.efsa.europa.eu/roqFrontend/outputLoader?output=ON-5211} +} +\usage{ +dimethenamid_2018 +} +\description{ +The 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{ +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(dimethenamid_2018) +} +\keyword{datasets} diff --git a/man/f_time_norm_focus.Rd b/man/f_time_norm_focus.Rd index bc7faa6a..77564799 100644 --- a/man/f_time_norm_focus.Rd +++ b/man/f_time_norm_focus.Rd @@ -21,7 +21,7 @@ f_time_norm_focus(object, ...) \method{f_time_norm_focus}{mkindsg}( object, - study_moisture_ref_source = c("meta", "focus"), + study_moisture_ref_source = c("auto", "meta", "focus"), Q10 = 2.58, walker = 0.7, f_na = NA, @@ -48,7 +48,9 @@ f_time_norm_focus(object, ...) for complete cases will be returned.} \item{study_moisture_ref_source}{Source for the reference value -used to calculate the study moisture} +used to calculate the study moisture. If 'auto', preference is given +to a reference moisture given in the meta information, otherwise +the focus soil moisture for the soil class is used} } \description{ Time step normalisation factors for aerobic soil degradation as described |