R Dataset / Package Stat2Data / CO2
On this R-data statistics page, you will find information about the CO2 data set which pertains to CO2. The CO2 data set is found in the Stat2Data R package. You can load the CO2 data set in R by issuing the following command at the console data("CO2"). This will load the data into a variable called CO2. If R says the CO2 data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the CO2 R data set. The size of this file is about 2,580 bytes.
CO2
Description
Daily carbon dioxide measurements - April through November 2011
Format
A dataset with 237 observations on the following 2 variables.
CO2 | Carbon dioxide (CO2) level (in parts per million) |
Day | Number of day in 2001 (April 1 = day 91 |
Details
Scientists at a research station in Brotjacklriegel, Germany recorded CO2 levels, in parts per million, in the atmosphere for each day from the start of April through November in 2001.
Source
http://gaw.empa.ch/gawsis/reports.asp?StationID=-739519191
Dataset imported from https://www.r-project.org.