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.Rd38
1 files changed, 0 insertions, 38 deletions
diff --git a/man/drift_percentages_rautmann_formula.Rd b/man/drift_percentages_rautmann_formula.Rd
deleted file mode 100644
index eaf5c51..0000000
--- a/man/drift_percentages_rautmann_formula.Rd
+++ /dev/null
@@ -1,38 +0,0 @@
-% 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