calculateMaxima: Calculate maxima for a given station and time step.

Description Usage Arguments Value Examples

View source: R/maxima.R

Description

Calculate maxima for a given station and time step.

Usage

1
calculateMaxima(sourceFrame, block = "day")

Arguments

sourceFrame

tibble returned by importGiosFromXLSX function.

block

time step for maxima calculations.

Value

tibble with maxima grouped by year, date, polutant.

Examples

1
2
3
4
## Not run: 
obs2 <- calculateMaxima(obs)

## End(Not run)

mstaniak/giosDownloader documentation built on Aug. 27, 2019, 6:33 a.m.