From a76221d87485029444c8e684022ca606a0c7e68d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:41:01 +0100 Subject: Update static docs using pkgdown - Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered --- docs/reference/PEC_sw_drift.html | 144 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/reference/PEC_sw_drift.html (limited to 'docs/reference/PEC_sw_drift.html') diff --git a/docs/reference/PEC_sw_drift.html b/docs/reference/PEC_sw_drift.html new file mode 100644 index 0000000..a168de3 --- /dev/null +++ b/docs/reference/PEC_sw_drift.html @@ -0,0 +1,144 @@ + + + + + + + + +Calculate predicted environmental concentrations in surface water due to drift — PEC_sw_drift • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

This is a basic, vectorised form of a simple calculation of a contaminant +concentration in surface water based on complete, instantaneous mixing +with input via spray drift.

+ + +
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
+
+ +

Value

+ +

The predicted concentration in surface water

+ + +

Examples

+
PEC_sw_drift(100)
#> 1 m 5 m 10 m 20 m +#> 0.92333333 0.19000000 0.09666667 0.05000000
+
+ +
+ + +
+ + + -- cgit v1.2.1