diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-12 18:15:46 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-12 18:15:46 +0200 |
commit | 37a1513d73201dbacc71af3c33a2a2a4e798583c (patch) | |
tree | 5f464c082f101ce2520a4dcb6693048d8fc93ff2 /man | |
parent | 5c9dd5c269acc4a6e6e32a7e599afb8f98d8ca36 (diff) |
Update of static docs
Diffstat (limited to 'man')
-rw-r--r-- | man/sawtooth.Rd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/sawtooth.Rd b/man/sawtooth.Rd index 22ad103..007f00d 100644 --- a/man/sawtooth.Rd +++ b/man/sawtooth.Rd @@ -19,9 +19,8 @@ is ignored} the corresponding amounts applied in the second column.} } \description{ -If the number of application cycles \code{n} is greater than 1, the -application pattern specified in \code{applications} is repeated \code{n} -times, with an interval \code{i}. +If the application pattern is specified in \code{applications}, +\code{n} and \code{i} are disregarded. } \examples{ applications = data.frame(time = seq(0, 14, by = 7), amount = c(1, 2, 3)) |