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_sed.Rd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'man/PEC_sw_sed.Rd') diff --git a/man/PEC_sw_sed.Rd b/man/PEC_sw_sed.Rd index 1feb146..bc82ee3 100644 --- a/man/PEC_sw_sed.Rd +++ b/man/PEC_sw_sed.Rd @@ -5,9 +5,15 @@ \title{Calculate predicted environmental concentrations in sediment from surface water concentrations} \usage{ -PEC_sw_sed(PEC_sw, percentage = 100, method = "percentage", - sediment_depth = 5, water_depth = 30, sediment_density = 1.3, - PEC_sed_units = c("µg/kg", "mg/kg")) +PEC_sw_sed( + PEC_sw, + percentage = 100, + method = "percentage", + sediment_depth = 5, + water_depth = 30, + sediment_density = 1.3, + PEC_sed_units = c("µg/kg", "mg/kg") +) } \arguments{ \item{PEC_sw}{Numeric vector or matrix of surface water concentrations in µg/L for -- cgit v1.2.1