From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Tue, 16 May 2017 15:43:50 +0200
Subject: Finish the Step 1 calculator including tests
Some cleaning up. PELMO facilities do not currently work at my end,
as I have no working wine installation on this computer
---
docs/reference/PEC_sw_drift.html | 67 ++++++++++++++++++++++++++--------------
1 file changed, 44 insertions(+), 23 deletions(-)
(limited to 'docs/reference/PEC_sw_drift.html')
diff --git a/docs/reference/PEC_sw_drift.html b/docs/reference/PEC_sw_drift.html
index a168de3..e52546b 100644
--- a/docs/reference/PEC_sw_drift.html
+++ b/docs/reference/PEC_sw_drift.html
@@ -25,12 +25,14 @@
-
+
+
+
@@ -75,32 +77,51 @@ concentration in surface water based on complete, instantaneous mixing
with input via spray drift.
- PEC_sw_drift(rate, applications = 1, water_depth = 30,
+ PEC_sw_drift(rate, applications = 1, water_depth = 30,
drift_percentages = NULL, drift_data = "JKI", crop = "Ackerbau",
distances = c(1, 5, 10, 20), rate_units = "g/ha", PEC_units = "µg/L")
Arguments
-
- - rate
- - Application rate in units specified below
- - applications
- - Number of applications for selection of drift percentile
- - water_depth
- - Depth of the water body in cm
- - drift_percentages
- - Percentage drift values for which to calculate PECsw.
-'drift_data' and 'distances' if not NULL.
- - drift_data
- - Source of drift percentage data
- - crop
- - Crop name (use German names for JKI data), defaults to "Ackerbau"
- - distances
- - The distances in m for which to get PEC values
- - rate_units
- - Defaults to g/ha
- - PEC_units
- - Requested units for the calculated PEC. Only µg/L currently supported
-
+
+
+
+ rate |
+ Application rate in units specified below |
+
+
+ applications |
+ Number of applications for selection of drift percentile |
+
+
+ water_depth |
+ Depth of the water body in cm |
+
+
+ drift_percentages |
+ Percentage drift values for which to calculate PECsw.
+'drift_data' and 'distances' if not NULL. |
+
+
+ drift_data |
+ Source of drift percentage data |
+
+
+ crop |
+ Crop name (use German names for JKI data), defaults to "Ackerbau" |
+
+
+ distances |
+ The distances in m for which to get PEC values |
+
+
+ rate_units |
+ Defaults to g/ha |
+
+
+ PEC_units |
+ Requested units for the calculated PEC. Only µg/L currently supported |
+
+
Value
--
cgit v1.2.1