blob: 86cc1742ee505539c36944911e752e6a45422dd1 (
plain) (
tree)
|
|
% 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{
The maximum time weighted average concentration for a moving window
}
\seealso{
\code{\link{twa}}
}
|