co2temp | R Documentation |
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.
The data were obtained from the hockeystick
library of R.
Notice that in the
dataframe only a portion of countries have been
kept.
Friedlingstein P. et al. 2020. Global Carbon Budget 2020, Earth System Science Data 12:3269-3340 \Sexpr[results=rd]{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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.