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_focus.Rd | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'man/PEC_sw_focus.Rd') diff --git a/man/PEC_sw_focus.Rd b/man/PEC_sw_focus.Rd index 836ed86..3ad1ad0 100644 --- a/man/PEC_sw_focus.Rd +++ b/man/PEC_sw_focus.Rd @@ -4,12 +4,25 @@ \alias{PEC_sw_focus} \title{Calculate PEC surface water at FOCUS Step 1} \usage{ -PEC_sw_focus(parent, rate, n = 1, i = NA, comment = "", met = NULL, - f_drift = NA, f_rd = 0.1, scenario = FOCUS_Step_12_scenarios$names, - region = c("n", "s"), season = c(NA, "of", "mm", "js"), - interception = c("no interception", "minimal crop cover", - "average crop cover", "full canopy"), met_form_water = TRUE, - txt_file = "pesticide.txt", overwrite = FALSE, append = TRUE) +PEC_sw_focus( + parent, + rate, + n = 1, + i = NA, + comment = "", + met = NULL, + f_drift = NA, + f_rd = 0.1, + scenario = FOCUS_Step_12_scenarios$names, + region = c("n", "s"), + season = c(NA, "of", "mm", "js"), + interception = c("no interception", "minimal crop cover", "average crop cover", + "full canopy"), + met_form_water = TRUE, + txt_file = "pesticide.txt", + overwrite = FALSE, + append = TRUE +) } \arguments{ \item{parent}{A list containing substance specific parameters, e.g. -- cgit v1.2.1