Data obtained from the \(hockeystick\) package, which retrieves annual global carbon dioxide emissions since 1750 from the World Data repository https://github.com/owid/co2-data, as well as other climate-related variables.
data(co2temp)
The data contains 75 variables, and the fully description can be reviewed in the references provided here.
Country.
Calendar year.
TBA.
Population size, in number of people.
Gross domestic product, a measure of the value added created through the production of goods and services in a country.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
TBA.
- https://www.globalcarbonproject.org/carbonbudget/
- Friedlingstein P. et al. 2020. Global Carbon Budget 2020, Earth System Science Data 12:3269-3340 tools:::Rd_expr_doi("10.5194/essd-12-3269-2020")
data(co2temp)
names(co2temp)
table(co2temp$country)
lattice::xyplot(co2~year|country,data=co2temp,type="l",as.table=TRUE)
Run the code above in your browser using DataLab