aboutsummaryrefslogtreecommitdiff
path: root/man/drift_percentages_rautmann_formula.Rd
blob: eaf5c51b5f5ccb7a1abf592239006d822b89b4b5 (plain) (blame)
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PEC_sw_drift.R
\name{drift_percentages_rautmann_formula}
\alias{drift_percentages_rautmann_formula}
\title{Calculate the drift percentages according to the Rautmann formula}
\usage{
drift_percentages_rautmann_formula(
  distances,
  applications = 1,
  crop_group_focus = c("arable", "hops", "vines, late", "vines, early", "fruit, late",
    "fruit, early", "aerial")
)
}
\arguments{
\item{distances}{The distances in m for which to get PEC values}

\item{applications}{Number of applications for selection of drift percentile}

\item{crop_group_focus}{One of the crop groups as used in \link{drift_parameters_focus}}
}
\description{
Calculate the drift percentages according to the Rautmann formula
}
\examples{
# Compare JKI data with Rautmann formula
# One application on field crops, for 1 m, 3 m and 5 m distance
drift_data_JKI[[1]][as.character(c(1, 3, 5)), "Ackerbau"]
drift_percentages_rautmann_formula(c(1, 3, 5))

# One application to early or late fruit crops
drift_data_JKI[[1]][as.character(c(3, 5, 20, 50)), "Obstbau frueh"]
drift_percentages_rautmann_formula(c(3, 5, 20, 50), crop_group = "fruit, early")
drift_data_JKI[[1]][as.character(c(3, 5, 20, 50)), "Obstbau spaet"]
drift_percentages_rautmann_formula(c(3, 5, 20, 50), crop_group = "fruit, late")
}
\seealso{
\link{drift_parameters_focus}, \link{PEC_sw_drift}
}

Contact - Imprint