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_exposit_runoff.html | 33 ++++++++++++++++--------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'docs/reference/PEC_sw_exposit_runoff.html') diff --git a/docs/reference/PEC_sw_exposit_runoff.html b/docs/reference/PEC_sw_exposit_runoff.html index 30ef975..81549e0 100644 --- a/docs/reference/PEC_sw_exposit_runoff.html +++ b/docs/reference/PEC_sw_exposit_runoff.html @@ -8,11 +8,13 @@ Calculate PEC surface water due to runoff and erosion as in Exposit 3 — PEC_sw_exposit_runoff • pfm + + @@ -32,14 +34,15 @@ - + + @@ -83,7 +86,6 @@ in the worksheet "Konzept Runoff"." /> Reference - @@ -105,16 +107,22 @@ in the worksheet "Konzept Runoff"." />
-

This is a reimplementation of the calculation described in the Exposit 3.02 spreadsheet file, in the worksheet "Konzept Runoff".

-
-
PEC_sw_exposit_runoff(rate, interception = 0, Koc, DT50 = Inf,
-  t_runoff = 3, exposit_reduction_version = c("3.02", "3.01a",
-  "3.01a2", "2.0"), V_ditch = 30, V_event = 100, dilution = 2)
- +
PEC_sw_exposit_runoff(
+  rate,
+  interception = 0,
+  Koc,
+  DT50 = Inf,
+  t_runoff = 3,
+  exposit_reduction_version = c("3.02", "3.01a", "3.01a2", "2.0"),
+  V_ditch = 30,
+  V_event = 100,
+  dilution = 2
+)
+

Arguments

@@ -159,12 +167,11 @@ and the bound fraction.

The dilution factor

- +

Source

Excel 3.02 spreadsheet available from https://www.bvl.bund.de/DE/04_Pflanzenschutzmittel/03_Antragsteller/04_Zulassungsverfahren/07_Naturhaushalt/psm_naturhaush_node.html#doc1400590bodyText3

-

Value

A list containing the following components

@@ -175,11 +182,9 @@ and the bound fraction.

-

See also

perc_runoff_exposit for runoff loss percentages and perc_runoff_reduction_exposit for runoff reduction percentages used

-

Examples

PEC_sw_exposit_runoff(500, Koc = 150)
#> $perc_runoff @@ -226,13 +231,9 @@ and the bound fraction.

Contents

-- cgit v1.2.1