o3max {goft} | R Documentation |
Monthly maximum ozone concentrations
Description
Maximum ozone concentrations (in ppm) per month registered in the southwest of Mexico City from 2008 to 2015 during the months of March to May.
Usage
data(o3max)
Format
A data frame with 24 observations on the following 2 variables.
month
months in which observations were registered.
o3max_level
a numeric vector containing the maximum ozone leveles per month.
Source
Atmospheric Monitoring Office of Mexico City.
Examples
data(o3max)
plot(o3max)
[Package goft version 1.3.6 Index]