aboutsummaryrefslogtreecommitdiff
path: root/man/one_box.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/one_box.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/one_box.Rd')
-rw-r--r--man/one_box.Rd6
1 files changed, 2 insertions, 4 deletions
diff --git a/man/one_box.Rd b/man/one_box.Rd
index 3c34dae..a60aa39 100644
--- a/man/one_box.Rd
+++ b/man/one_box.Rd
@@ -11,11 +11,9 @@ one_box(x, ini, ..., t_end = 100, res = 0.01)
\method{one_box}{numeric}(x, ini = 1, ..., t_end = 100, res = 0.01)
-\method{one_box}{character}(x, ini = 1, parms, ..., t_end = 100,
- res = 0.01)
+\method{one_box}{character}(x, ini = 1, parms, ..., t_end = 100, res = 0.01)
-\method{one_box}{mkinfit}(x, ini = "model", ..., t_end = 100,
- res = 0.01)
+\method{one_box}{mkinfit}(x, ini = "model", ..., t_end = 100, res = 0.01)
}
\arguments{
\item{x}{When numeric, this is the half-life to be used for an exponential

Contact - Imprint