diff options
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}} |