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. --- docs/reference/plot.one_box.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'docs/reference/plot.one_box.html') diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index d048d22..75b8fe9 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -8,11 +8,13 @@ Plot time series of decline data — plot.one_box • pfm + + @@ -32,13 +34,14 @@ - + + @@ -82,7 +85,6 @@ Reference - @@ -104,16 +106,21 @@
-

Plot time series of decline data

-
# S3 method for one_box
-plot(x, xlim = range(time(x)), ylim = c(0, max(x)),
-  xlab = "Time", ylab = "Residue", max_twa = NULL,
-  max_twa_var = dimnames(x)[[2]][1], ...)
- +plot( + 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

@@ -152,11 +159,10 @@ be shown if max_twa is not NULL.

Further arguments passed to methods

- +

See also

sawtooth

-

Examples

dfop_pred <- one_box("DFOP", parms = c(k1 = 0.2, k2 = 0.02, g = 0.7)) @@ -170,9 +176,7 @@ be shown if max_twa is not NULL.

Contents

-- cgit v1.2.1