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/plot.one_box.Rd | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'man/plot.one_box.Rd') 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} -- cgit v1.2.1