datasets (version 3.6.2)

co2: Mauna Loa Atmospheric CO2 Concentration

Description

Atmospheric concentrations of CO\(_2\) are expressed in parts per million (ppm) and reported in the preliminary 1997 SIO manometric mole fraction scale.

Usage

co2

Arguments

Format

A time series of 468 observations; monthly from 1959 to 1997.

Details

The values for February, March and April of 1964 were missing and have been obtained by interpolating linearly between the values for January and May of 1964.

References

Cleveland, W. S. (1993) Visualizing Data. New Jersey: Summit Press.

Examples

Run this code
# NOT RUN {
require(graphics)
plot(co2, ylab = expression("Atmospheric concentration of CO"[2]),
     las = 1)
title(main = "co2 data set")
# }

Run the code above in your browser using DataCamp Workspace