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/sawtooth.Rd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'man/sawtooth.Rd') diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd index 007f00d..44ab2be 100644 --- a/man/sawtooth.Rd +++ b/man/sawtooth.Rd @@ -4,8 +4,12 @@ \alias{sawtooth} \title{Create decline time series for multiple applications} \usage{ -sawtooth(x, n = 1, i = 365, applications = data.frame(time = seq(0, - (n - 1) * i, length.out = n), amount = 1)) +sawtooth( + x, + n = 1, + i = 365, + applications = data.frame(time = seq(0, (n - 1) * i, length.out = n), amount = 1) +) } \arguments{ \item{x}{A \code{\link{one_box}} object} -- cgit v1.2.1