aboutsummaryrefslogtreecommitdiff
path: root/man/plot.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/plot.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/plot.one_box.Rd')
-rw-r--r--man/plot.one_box.Rd13
1 files changed, 10 insertions, 3 deletions
diff --git a/man/plot.one_box.Rd b/man/plot.one_box.Rd
index a212c11..35e7bf7 100644
--- a/man/plot.one_box.Rd
+++ b/man/plot.one_box.Rd
@@ -4,9 +4,16 @@
\alias{plot.one_box}
\title{Plot time series of decline data}
\usage{
-\method{plot}{one_box}(x, xlim = range(time(x)), ylim = c(0, max(x)),
- xlab = "Time", ylab = "Residue", max_twa = NULL,
- max_twa_var = dimnames(x)[[2]][1], ...)
+\method{plot}{one_box}(
+ x,
+ xlim = range(time(x)),
+ ylim = c(0, max(x)),
+ xlab = "Time",
+ ylab = "Residue",
+ max_twa = NULL,
+ max_twa_var = dimnames(x)[[2]][1],
+ ...
+)
}
\arguments{
\item{x}{The object of type \code{\link{one_box}} to be plotted}

Contact - Imprint