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_drainage_UK.html | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'docs/reference/PEC_sw_drainage_UK.html') diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index f641773..bdcf5af 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -8,11 +8,13 @@ Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm + + @@ -32,14 +34,15 @@ - + + @@ -83,7 +86,6 @@ published on the CRC website" /> Reference - @@ -105,16 +107,20 @@ published on the CRC website" />
-

This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet published on the CRC website

-
-
PEC_sw_drainage_UK(rate, interception = 0, Koc,
-  latest_application = NULL, soil_DT50 = NULL, model = NULL,
-  model_parms = NULL)
- +
PEC_sw_drainage_UK(
+  rate,
+  interception = 0,
+  Koc,
+  latest_application = NULL,
+  soil_DT50 = NULL,
+  model = NULL,
+  model_parms = NULL
+)
+

Arguments

@@ -148,11 +154,10 @@ published on the CRC website

A named numeric vector containing the model parameters

- +

Value

The predicted concentration in surface water in µg/L

-

References

HSE's Chemicals Regulation Division (CRD) Active substance @@ -162,7 +167,6 @@ published on the CRC website

Drainage PECs Version 1.0 (2015) Spreadsheet published at https://www.hse.gov.uk/pesticides/topics/pesticide-approvals/pesticides-registration/data-requirements-handbook/fate/pec-tools-2015/PEC%20sw-sed%20(drainage).xlsx accessed 2019-09-27

-

Examples

PEC_sw_drainage_UK(150, Koc = 100)
#> [1] 8.076923
@@ -171,11 +175,8 @@ published on the CRC website

Contents

-- cgit v1.2.1