co2s: Atmospheric CO2 at South Pole

Description Usage Format Source References Examples

Description

Monthly CO2 concentration in parts per million at the South Pole.

Usage

1

Format

A data frame with 3 columns and 507 rows. The columns are:

co2

atmospheric CO2 concentration in parts per million

c.month

cumulative number of months since Jan 1957

month

month of year

Source

http://cdiac.esd.ornl.gov/trends/co2/

References

Keeling C.P. and T.P Whorf (2000) Atmospheric CO2 records from sites in the SIO air sampling network. In Trends: A Compedium of Data on Global Change. Carbon Dioxide Analyis Center, Oak Ridge National Laboratory, U.S. Department of Energy, Oak Ridge Tenn., USA

Wood, S.N. (2006, 2017) Generalized Additive Models: An Introduction with R. CRC

Examples

1
2
3
  data(co2s)
  with(co2s,plot(c.month,co2,type="l",ylab=
  expression(paste(CO[2]," in ppm.")),xlab="Month since Jan. 1957"))

gamair documentation built on Aug. 23, 2019, 5:03 p.m.