maunaloa | R Documentation |
Monthly average measurements of carbon dioxide concentration from the Mauna Loa Observatory in Hawaii, from March 1958 to February 2021. Data available courtesy of the Global Monitoring Laboratory at the National Oceanic and Atmospheric Administration (NOAA) in the United States (https://www.esrl.noaa.gov/gmd/ccgg/trends/data.html).
data(maunaloa)
A dataframe containing:
The data of the measurement in date format. One measurement is available for each month, the first day of the month is assumed here.
The year of the measurement.
The month of the measurement.
The date in numerical format, as year+month/12
.
Carbon dioxide measurement in parts per million. Calculated as the average of all daily measurements for the month.
data(maunaloa)
plot(co2~Date, type="l", data=maunaloa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.