From 7bf5aad5e3b89c157d1b31a586ee87a25386117d Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 17:59:04 +0100 Subject: Drift curve parameters from FOCUS SW Appendix B --- R/drift_data_JKI.R | 7 ++++--- R/drift_parameters_focus.R | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 R/drift_parameters_focus.R (limited to 'R') diff --git a/R/drift_data_JKI.R b/R/drift_data_JKI.R index 8f78e4d..25ee19a 100644 --- a/R/drift_data_JKI.R +++ b/R/drift_data_JKI.R @@ -5,8 +5,9 @@ #' published by the German Julius-Kühn Institute (JKI). #' #' 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 `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 @@ -37,4 +38,4 @@ #' @keywords datasets #' @examples #' drift_data_JKI -NULL +"drift_data_JKI" diff --git a/R/drift_parameters_focus.R b/R/drift_parameters_focus.R new file mode 100644 index 0000000..6a456c6 --- /dev/null +++ b/R/drift_parameters_focus.R @@ -0,0 +1,26 @@ +#' Regression parameters for the Rautmann drift data +#' +#' The parameters were extracted from Appendix B to the FOCUS surface water guidance +#' using the R code given in the file `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. +#' +#' @name drift_parameters_focus +#' @docType data +#' @format A [tibble::tibble]. +#' @references FOCUS (2014) Generic guidance for Surface Water Scenarios (version 1.4). +#' FOrum for the Co-ordination of pesticde fate models and their USe. +#' +#' +#' 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. +#' +#' +#' 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 +#' @keywords datasets +#' @examples +#' drift_parameters_focus +"drift_parameters_focus" -- cgit v1.2.1