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. --- man/PEC_sw_exposit_runoff.Rd | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'man/PEC_sw_exposit_runoff.Rd') diff --git a/man/PEC_sw_exposit_runoff.Rd b/man/PEC_sw_exposit_runoff.Rd index c73270b..a415a63 100644 --- a/man/PEC_sw_exposit_runoff.Rd +++ b/man/PEC_sw_exposit_runoff.Rd @@ -8,9 +8,17 @@ Excel 3.02 spreadsheet available from \url{https://www.bvl.bund.de/DE/04_Pflanzenschutzmittel/03_Antragsteller/04_Zulassungsverfahren/07_Naturhaushalt/psm_naturhaush_node.html#doc1400590bodyText3} } \usage{ -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{ \item{rate}{The application rate in g/ha} -- cgit v1.2.1