aboutsummaryrefslogtreecommitdiff
path: root/man/drift_percentages_rautmann_formula.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/drift_percentages_rautmann_formula.Rd')
-rw-r--r--man/drift_percentages_rautmann_formula.Rd33
1 files changed, 33 insertions, 0 deletions
diff --git a/man/drift_percentages_rautmann_formula.Rd b/man/drift_percentages_rautmann_formula.Rd
new file mode 100644
index 0000000..6823a49
--- /dev/null
+++ b/man/drift_percentages_rautmann_formula.Rd
@@ -0,0 +1,33 @@
+% 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{
+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")
+}

Contact - Imprint