Learn R Programming

UsingR (version 2.0-7)

ozonemonthly: Monthly mean ozone values at Halley Bay Antartica

Description

A time series showing ozone values at Halley Bay Antartica

Usage

data(ozonemonthly)

Arguments

Format

The format is: Time-Series [1:590] from 1957 to 2006: 313 311 370 359 334 296 288 274 NA NA ... - attr(*, "names")= chr [1:590] "V5" "V6" "V7" "V8" ...

Details

Provisional monthly mean ozone values for Halley Bay Antartica between 1956 and 2005. Data comes from https://legacy.bas.ac.uk/met/jds/ozone/.

References

See https://www.meteohistory.org/2004proceedings1.1/pdfs/11christie.pdf for a discussion of data collection and the Ozone hole.

Examples

Run this code
# NOT RUN {
data(ozonemonthly)
## notice decay in the 80s
plot(ozonemonthly)
## October plot shows dramatic swing
monthplot(ozonemonthly)
# }

Run the code above in your browser using DataLab