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_drift.Rd | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'man/PEC_sw_drift.Rd') diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd index dfc3f39..cde3c78 100644 --- a/man/PEC_sw_drift.Rd +++ b/man/PEC_sw_drift.Rd @@ -4,10 +4,17 @@ \alias{PEC_sw_drift} \title{Calculate predicted environmental concentrations in surface water due to drift} \usage{ -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{ \item{rate}{Application rate in units specified below} -- cgit v1.2.1