aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-02-01 11:25:16 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-02-01 11:25:16 +0100
commit82c80bc57d288469c7be6932b40755a78d3cb56d (patch)
treeb98f0ba632397012b2918bdc7d54bc7d7bf711d8 /man
parent904a86fa92f1577414f2fce2bdbfe21e12381106 (diff)
Improve docs
Diffstat (limited to 'man')
-rw-r--r--man/PEC_sw_drift.Rd3
-rw-r--r--man/drift_parameters_focus.Rd3
-rw-r--r--man/drift_percentages_rautmann_formula.Rd5
3 files changed, 11 insertions, 0 deletions
diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd
index 47a1e41..fd88fc8 100644
--- a/man/PEC_sw_drift.Rd
+++ b/man/PEC_sw_drift.Rd
@@ -67,6 +67,9 @@ PEC_sw_drift(100, distances = c(1, 3, 5, 6, 10, 20, 50, 100), drift_data = "RF",
# Using custom drift percentages is also supported
PEC_sw_drift(100, drift_percentages = c(2.77, 0.95, 0.57, 0.48, 0.29, 0.15, 0.06, 0.03))
}
+\seealso{
+\link{drift_parameters_focus}, \link{drift_percentages_rautmann_formula}
+}
\author{
Johannes Ranke
}
diff --git a/man/drift_parameters_focus.Rd b/man/drift_parameters_focus.Rd
index 61447ad..0320f7f 100644
--- a/man/drift_parameters_focus.Rd
+++ b/man/drift_parameters_focus.Rd
@@ -40,4 +40,7 @@ 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
}
+\seealso{
+\link{drift_percentages_rautmann_formula}, \link{PEC_sw_drift}
+}
\keyword{datasets}
diff --git a/man/drift_percentages_rautmann_formula.Rd b/man/drift_percentages_rautmann_formula.Rd
index 6823a49..eaf5c51 100644
--- a/man/drift_percentages_rautmann_formula.Rd
+++ b/man/drift_percentages_rautmann_formula.Rd
@@ -22,6 +22,8 @@ drift_percentages_rautmann_formula(
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))
@@ -31,3 +33,6 @@ 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