diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:49:39 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:49:39 +0200 |
| commit | dbb6233c0dc0cbc6abadebb931d1c65338268b5a (patch) | |
| tree | 5c1b1b883684b363eae5479af1d199fb8533e90c /man/PEC_sw_drift.Rd | |
| parent | 6c8f7bae6eba1f8c4de6216c5b509d5837195b07 (diff) | |
Maintenance
- Bump date
- Adapt to recommendations introduced in readr 2.2.0, in order to pass
tests for reading TOXSWA .out files
- Add NEWS items
- Check and test logs
Diffstat (limited to 'man/PEC_sw_drift.Rd')
| -rw-r--r-- | man/PEC_sw_drift.Rd | 4 |
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") |
