From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/reference/PEC_sw_drift.html | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 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 14ccf79..302ab0d 100644 --- a/docs/reference/PEC_sw_drift.html +++ b/docs/reference/PEC_sw_drift.html @@ -8,11 +8,13 @@ Calculate predicted environmental concentrations in surface water due to drift — PEC_sw_drift • pfm + + @@ -32,8 +34,8 @@ - + @@ -41,6 +43,7 @@ with input via spray drift." /> + @@ -84,7 +87,6 @@ with input via spray drift." /> Reference - @@ -106,18 +108,23 @@ with input via spray drift." />
-

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

@@ -159,11 +166,10 @@ with input via spray drift.

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 @@ -173,9 +179,7 @@ with input via spray drift.

Contents

-- cgit v1.2.1