Learn R Programming

goft (version 1.3.1)

o3max: 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)

Arguments

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. http://www.aire.df.gob.mx/default.php?opc='aqBjnmU='

Examples

Run this code
data(o3max)
plot(o3max)

Run the code above in your browser using DataLab