diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-01-31 17:59:04 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-01-31 17:59:04 +0100 |
commit | 7bf5aad5e3b89c157d1b31a586ee87a25386117d (patch) | |
tree | f3f0b00d26482349bc8466f8054a9bf33121f01e /man | |
parent | f58caa911add00f02c8be879018f370299ff02bf (diff) |
Drift curve parameters from FOCUS SW Appendix B
Diffstat (limited to 'man')
-rw-r--r-- | man/drift_data_JKI.Rd | 8 | ||||
-rw-r--r-- | man/drift_parameters_focus.Rd | 36 |
2 files changed, 42 insertions, 2 deletions
diff --git a/man/drift_data_JKI.Rd b/man/drift_data_JKI.Rd index 49b7552..729bb96 100644 --- a/man/drift_data_JKI.Rd +++ b/man/drift_data_JKI.Rd @@ -20,14 +20,18 @@ Rautmann, D., Streloke, M and Winkler, R (2001) New basic drift values in the authorization procedure for plant protection products Mitt. Biol. Bundesanst. Land- Forstwirtsch. 383, 133-141 } +\usage{ +drift_data_JKI +} \description{ Deposition from spray drift expressed as percent of the applied dose as published by the German Julius-Kühn Institute (JKI). } \details{ The data were extracted from the spreadsheet cited below using the R code -given in the example section. The spreadsheet is not included in the package -as its licence is not clear. +given in the file \code{data_generation/drift_data_JKI.R} installed with this +package. The file itself is not included in the package, as its licence is +not clear. Additional spray drift values were taken from the publication by Rautmann et al. (2001). Specifically, these are the values for early vines, and diff --git a/man/drift_parameters_focus.Rd b/man/drift_parameters_focus.Rd new file mode 100644 index 0000000..2ba6a7a --- /dev/null +++ b/man/drift_parameters_focus.Rd @@ -0,0 +1,36 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/drift_parameters_focus.R +\docType{data} +\name{drift_parameters_focus} +\alias{drift_parameters_focus} +\title{Regression parameters for the Rautmann drift data} +\format{ +A \link[tibble:tibble]{tibble::tibble}. +} +\usage{ +drift_parameters_focus +} +\description{ +The parameters were extracted from Appendix B to the FOCUS surface water guidance +using the R code given in the file \code{data_generation/drift_parameters_focus.R} +installed with this package. The appendix itself is not included in the package, +as its licence is not clear. +} +\examples{ +drift_parameters_focus +} +\references{ +FOCUS (2014) Generic guidance for Surface Water Scenarios (version 1.4). +FOrum for the Co-ordination of pesticde fate models and their USe. +\url{http://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/Generic\%20FOCUS_SWS_vc1.4.pdf} + +FOCUS (2001) FOCUS Surface Water Scenarios in the EU Evaluation Process +under 91/414/EEC. Report of the FOCUS Working Group on Surface Water +Scenarios, EC Document Reference SANCO/4802/2001-rev.2. 245, Appendix B. +\url{https://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/FOCUS_SWS_APPENDIX_B.doc} + +Rautmann, D., Streloke, M and Winkler, R (2001) New basic drift values in +the authorization procedure for plant protection products Mitt. Biol. +Bundesanst. Land- Forstwirtsch. 383, 133-141 +} +\keyword{datasets} |