summaryrefslogtreecommitdiff
path: root/man/PEC_sw_drift.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/PEC_sw_drift.Rd')
-rw-r--r--man/PEC_sw_drift.Rd4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd
index 89919bb..6774ba7 100644
--- a/man/PEC_sw_drift.Rd
+++ b/man/PEC_sw_drift.Rd
@@ -90,6 +90,10 @@ PEC_sw_drift(100, drift_data = "RF")
# This makes it possible to also use different distances
PEC_sw_drift(100, distances = c(1, 3, 5, 6, 10, 20, 50, 100), drift_data = "RF")
+# We can also specify distance units explicitly
+library(units)
+PEC_sw_drift(100, distances = set_units(c(1, 3, 5, 6, 10, 20, 50, 100), "m"), drift_data = "RF")
+
# or consider aerial application
PEC_sw_drift(100, distances = c(1, 3, 5, 6, 10, 20, 50, 100), drift_data = "RF",
crop_group_RF = "aerial")

Contact - Imprint