diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:42:21 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 09:42:21 +0100 |
commit | 3ead7acba845b4f2552f555dfb29da889ed0cda8 (patch) | |
tree | e5b0d8576573b43f3e18258608dd7c885f436c31 /man | |
parent | 74ed85b07f09ea99476208749cd274a476ba4536 (diff) |
Make max_twa() a bit safer
Diffstat (limited to 'man')
-rw-r--r-- | man/max_twa.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/max_twa.Rd b/man/max_twa.Rd index 86cc174..e39165a 100644 --- a/man/max_twa.Rd +++ b/man/max_twa.Rd @@ -12,7 +12,11 @@ max_twa(x, window = 21) \item{window}{The size of the moving window} } \description{ -The maximum time weighted average concentration for a moving window +If you generate your time series using \code{\link{sawtooth}}, +you need to make sure that the length of the time series allows +for finding the maximum. It is therefore recommended to check this using +\code{\link{plot.one_box}} using the window size for the argument +\code{max_twa}. } \seealso{ \code{\link{twa}} |