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/GUS.Rd | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'man/GUS.Rd') diff --git a/man/GUS.Rd b/man/GUS.Rd index adc1bb3..cd1a332 100644 --- a/man/GUS.Rd +++ b/man/GUS.Rd @@ -11,10 +11,16 @@ GUS(...) \method{GUS}{numeric}(DT50, Koc, ...) -\method{GUS}{chent}(chent, degradation_value = "DT50ref", - lab_field = "laboratory", redox = "aerobic", - sorption_value = "Kfoc", degradation_aggregator = geomean, - sorption_aggregator = geomean, ...) +\method{GUS}{chent}( + chent, + degradation_value = "DT50ref", + lab_field = "laboratory", + redox = "aerobic", + sorption_value = "Kfoc", + degradation_aggregator = geomean, + sorption_aggregator = geomean, + ... +) \method{print}{GUS_result}(x, ..., digits = 1) } -- cgit v1.2.1