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 --- docs/reference/drift_parameters_focus.html | 119 +++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs/reference/drift_parameters_focus.html (limited to 'docs/reference/drift_parameters_focus.html') diff --git a/docs/reference/drift_parameters_focus.html b/docs/reference/drift_parameters_focus.html new file mode 100644 index 0000000..4c7539a --- /dev/null +++ b/docs/reference/drift_parameters_focus.html @@ -0,0 +1,119 @@ + +Regression parameters for the Rautmann drift data — drift_parameters_focus • pfm + Skip to contents + + +
+
+
+ +
+

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.

+
+ +
+

Usage

+
drift_parameters_focus
+
+ +
+

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. +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. +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

+
+ +
+

Examples

+
drift_parameters_focus
+#> # A tibble: 49 × 8
+#>    crop_group n_apps percentile     A      B     C     D hinge
+#>    <chr>       <int>      <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
+#>  1 arable          1         90  2.76 -0.978   NA  NA     NA  
+#>  2 arable          2         82  2.44 -1.01    NA  NA     NA  
+#>  3 arable          3         77  2.02 -0.996   NA  NA     NA  
+#>  4 arable          4         74  1.86 -0.986   NA  NA     NA  
+#>  5 arable          5         72  1.79 -0.994   NA  NA     NA  
+#>  6 arable          6         70  1.63 -0.986   NA  NA     NA  
+#>  7 arable          7         69  1.58 -0.981   NA  NA     NA  
+#>  8 arable          8         67  1.51 -0.983   NA  NA     NA  
+#>  9 hops            1         90 58.2  -1.00  8655. -2.84  15.3
+#> 10 hops            2         82 66.2  -1.20  5555. -2.82  15.3
+#> # ℹ 39 more rows
+
+
+
+ + +
+ + + + + + + -- cgit v1.2.1