1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
<!DOCTYPE html>
<!-- Generated by pkgdown: do not edit by hand --><html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><title>Regression parameters for the Rautmann drift data — drift_parameters_focus • pfm</title><!-- mathjax math --><script src="https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-mml-chtml.js" integrity="sha256-MASABpB4tYktI2Oitl4t+78w/lyA+D7b/s9GEP0JOGI=" crossorigin="anonymous"></script><script>
window.MathJax = {
chtml: {
fontURL: "https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/output/chtml/fonts/woff-v2"
}
};
</script><script src="../deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link href="../deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet"><script src="../deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="../deps/font-awesome-6.4.2/css/all.min.css" rel="stylesheet"><link href="../deps/font-awesome-6.4.2/css/v4-shims.min.css" rel="stylesheet"><script src="../deps/headroom-0.11.0/headroom.min.js"></script><script src="../deps/headroom-0.11.0/jQuery.headroom.min.js"></script><script src="../deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js"></script><script src="../deps/clipboard.js-2.0.11/clipboard.min.js"></script><script src="../deps/search-1.0.0/autocomplete.jquery.min.js"></script><script src="../deps/search-1.0.0/fuse.min.js"></script><script src="../deps/search-1.0.0/mark.min.js"></script><!-- pkgdown --><script src="../pkgdown.js"></script><meta property="og:title" content="Regression parameters for the Rautmann drift data — drift_parameters_focus"><meta name="description" content="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."><meta property="og:description" content="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."></head><body>
<a href="#main" class="visually-hidden-focusable">Skip to contents</a>
<nav class="navbar navbar-expand-lg fixed-top bg-light" data-bs-theme="light" aria-label="Site navigation"><div class="container">
<a class="navbar-brand me-2" href="../index.html">pfm</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.6.5</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar" class="collapse navbar-collapse ms-3">
<ul class="navbar-nav me-auto"><li class="active nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
</ul><ul class="navbar-nav"><li class="nav-item"><form class="form-inline" role="search">
<input class="form-control" type="search" name="search-input" id="search-input" autocomplete="off" aria-label="Search site" placeholder="Search for" data-search-index="../search.json"></form></li>
<li class="nav-item"><a class="external-link nav-link" href="https://github.com/jranke/pfm/" aria-label="GitHub"><span class="fa fab fa-github fa-lg"></span></a></li>
</ul></div>
</div>
</nav><div class="container template-reference-topic">
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<h1>Regression parameters for the Rautmann drift data</h1>
<small class="dont-index">Source: <a href="https://github.com/jranke/pfm/blob/HEAD/R/drift_parameters_focus.R" class="external-link"><code>R/drift_parameters_focus.R</code></a></small>
<div class="d-none name"><code>drift_parameters_focus.Rd</code></div>
</div>
<div class="ref-description section level2">
<p>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</code>
installed with this package. The appendix itself is not included in the package,
as its licence is not clear.</p>
</div>
<div class="section level2">
<h2 id="ref-usage">Usage<a class="anchor" aria-label="anchor" href="#ref-usage"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span><span class="va">drift_parameters_focus</span></span></code></pre></div>
</div>
<div class="section level2">
<h2 id="format">Format<a class="anchor" aria-label="anchor" href="#format"></a></h2>
<p>A <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble::tibble</a>.</p>
</div>
<div class="section level2">
<h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2>
<p>For the hinge distance, <code>Inf</code> was substituted for the cases where no hinge
distance is given in the data, in this way parameters C and D are never
used for any distance if A and B are used for the case that the distance
is smaller than the hinge distance.</p>
</div>
<div class="section level2">
<h2 id="references">References<a class="anchor" aria-label="anchor" href="#references"></a></h2>
<p>FOCUS (2014) Generic guidance for Surface Water Scenarios (version 1.4).
FOrum for the Co-ordination of pesticde fate models and their USe.
<a href="http://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/Generic%20FOCUS_SWS_vc1.4.pdf" class="external-link">http://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/Generic%20FOCUS_SWS_vc1.4.pdf</a></p>
<p>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.
<a href="https://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/FOCUS_SWS_APPENDIX_B.doc" class="external-link">https://esdac.jrc.ec.europa.eu/public_path/projects_data/focus/sw/docs/FOCUS_SWS_APPENDIX_B.doc</a></p>
<p>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</p>
</div>
<div class="section level2">
<h2 id="see-also">See also<a class="anchor" aria-label="anchor" href="#see-also"></a></h2>
<div class="dont-index"><p><a href="drift_percentages_rautmann.html">drift_percentages_rautmann</a>, <a href="PEC_sw_drift.html">PEC_sw_drift</a></p></div>
</div>
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="va">drift_parameters_focus</span></span></span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #949494;"># A tibble: 49 × 8</span></span>
<span class="r-out co"><span class="r-pr">#></span> crop_group n_apps percentile A B C D hinge</span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #949494; font-style: italic;"><chr></span> <span style="color: #949494; font-style: italic;"><int></span> <span style="color: #949494; font-style: italic;"><int></span> <span style="color: #949494; font-style: italic;"><dbl></span> <span style="color: #949494; font-style: italic;"><dbl></span> <span style="color: #949494; font-style: italic;"><dbl></span> <span style="color: #949494; font-style: italic;"><dbl></span> <span style="color: #949494; font-style: italic;"><dbl></span></span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 1</span> arable 1 90 2.76 -<span style="color: #BB0000;">0.978</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 2</span> arable 2 82 2.44 -<span style="color: #BB0000;">1.01</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 3</span> arable 3 77 2.02 -<span style="color: #BB0000;">0.996</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 4</span> arable 4 74 1.86 -<span style="color: #BB0000;">0.986</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 5</span> arable 5 72 1.79 -<span style="color: #BB0000;">0.994</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 6</span> arable 6 70 1.63 -<span style="color: #BB0000;">0.986</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 7</span> arable 7 69 1.58 -<span style="color: #BB0000;">0.981</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 8</span> arable 8 67 1.51 -<span style="color: #BB0000;">0.983</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">NA</span> <span style="color: #BB0000;">Inf</span> </span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;"> 9</span> hops 1 90 58.2 -<span style="color: #BB0000;">1.00</span> <span style="text-decoration: underline;">8</span>655. -<span style="color: #BB0000;">2.84</span> 15.3</span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #BCBCBC;">10</span> hops 2 82 66.2 -<span style="color: #BB0000;">1.20</span> <span style="text-decoration: underline;">5</span>555. -<span style="color: #BB0000;">2.82</span> 15.3</span>
<span class="r-out co"><span class="r-pr">#></span> <span style="color: #949494;"># ℹ 39 more rows</span></span>
<span class="r-in"><span><span class="fu"><a href="https://rdrr.io/r/base/unique.html" class="external-link">unique</a></span><span class="op">(</span><span class="va">drift_parameters_focus</span><span class="op">$</span><span class="va">crop_group</span><span class="op">)</span></span></span>
<span class="r-out co"><span class="r-pr">#></span> [1] "arable" "hops" "vines, late" "vines, early" "fruit, late" </span>
<span class="r-out co"><span class="r-pr">#></span> [6] "fruit, early" "aerial" </span>
</code></pre></div>
</div>
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
</nav></aside></div>
<footer><div class="pkgdown-footer-left">
<p>Developed by Johannes Ranke.</p>
</div>
<div class="pkgdown-footer-right">
<p>Site built with <a href="https://pkgdown.r-lib.org/" class="external-link">pkgdown</a> 2.2.0.</p>
</div>
</footer></div>
</body></html>
|