Learn R Programming

goft (version 1.3.6)

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.

Examples

Run this code
# NOT RUN {
data(o3max)
plot(o3max)
# }

Run the code above in your browser using DataLab