aboutsummaryrefslogtreecommitdiff
path: root/man/max_twa.Rd
blob: e39165a724de2e8a00cef419b767210be85326b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/twa.R
\name{max_twa}
\alias{max_twa}
\title{The maximum time weighted average concentration for a moving window}
\usage{
max_twa(x, window = 21)
}
\arguments{
\item{x}{An object of type \code{\link{one_box}}}

\item{window}{The size of the moving window}
}
\description{
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}}
}

Contact - Imprint