aboutsummaryrefslogtreecommitdiff
path: root/man/GUS.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-16 18:02:18 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-16 18:02:18 +0200
commitd81550d0cccae824cc748de48e7fd50ea8d8033a (patch)
treecb95252ff725b5dcd0237bb8f74fdac4a3e08d15 /man/GUS.Rd
parent4bc95b3e4aae22e4052e0a4c905a9227c909e2cd (diff)
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.
Diffstat (limited to 'man/GUS.Rd')
-rw-r--r--man/GUS.Rd14
1 files changed, 10 insertions, 4 deletions
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)
}

Contact - Imprint