atmospheric_CO2 | R Documentation |
Retrieve CO2 concentration (in ppm) for given calendar year.
atmospheric_CO2(year)
year |
Calender year for which to extract CO2 concentration. |
This function defines the CO2 concentration as a function of calendar year. it is based on a polynomial fit to the annual CO2 data published by NOAA <https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_annmean_gl.txt>
Approximate CO2 concentration in ppm for given year.
This is only approximately valid for years in the range 1949 - 2020
atmospheric_CO2(1990)
atmospheric_CO2(2020)
# Insensible
atmospheric_CO2(1800)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.