From e25f0194736a090914c10a9f374946c0b89adc5b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 19 Dec 2020 12:23:08 +0100 Subject: Dimethenamid data, normalisation options --- man/dimethenamid_2018.Rd | 35 +++++++++++++++++++++++++++++++++++ man/f_time_norm_focus.Rd | 6 ++++-- 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 man/dimethenamid_2018.Rd (limited to 'man') 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 -- cgit v1.2.1