DAAG (version 1.22.1)

ozone: Ozone Data

Description

Monthly provisional mean total ozone (in Dobson units) at Halley Bay (approximately corrected to Bass-Paur).

Usage

ozone

Arguments

Format

This data frame contains the following columns:

Year

the year

Aug

August mean total ozone

Sep

September mean total ozone

Oct

October mean total ozone

Nov

November mean total ozone

Dec

December mean total ozone

Jan

January mean total ozone

Feb

February mean total ozone

Mar

March mean total ozone

Apr

April mean total ozone

Annual

Yearly mean total ozone

References

Christie, M. (2000) The Ozone Layer: a Philosophy of Science Perspective. Cambridge University Press.

Examples

Run this code
# NOT RUN {
AnnualOzone <- ts(ozone$Annual, start=1956)
plot(AnnualOzone)
# }

Run the code above in your browser using DataCamp Workspace