Learn R Programming

datana (version 1.0.6)

co2temp: CO2 emissions and temperature at country-level.

Description

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.

Usage

data(co2temp)

Arguments

Format

The data contains 75 variables, and the fully description can be reviewed in the references provided here.

country

Country.

year

Calendar year.

iso_code

TBA.

population

Population size, in number of people.

gdp

Gross domestic product, a measure of the value added created through the production of goods and services in a country.

cement_co2

TBA.

cement_co2_per_capita

TBA.

co2

TBA.

co2_growth_abs

TBA.

co2_growth_prct

TBA.

co2_including_luc

TBA.

co2_including_luc_growth_abs

TBA.

co2_including_luc_growth_prct

TBA.

co2_including_luc_per_capita

TBA.

co2_including_luc_per_gdp

TBA.

co2_including_luc_per_unit_energy

TBA.

co2_per_capita

TBA.

co2_per_gdp

TBA.

co2_per_unit_energy

TBA.

coal_co2

TBA.

coal_co2_per_capita

TBA.

consumption_co2

TBA.

consumption_co2_per_capita

TBA.

consumption_co2_per_gdp

TBA.

cumulative_cement_co2

TBA.

cumulative_co2

TBA.

cumulative_co2_including_luc

TBA.

cumulative_coal_co2

TBA.

cumulative_flaring_co2

TBA.

cumulative_gas_co2

TBA.

cumulative_luc_co2

TBA.

cumulative_oil_co2

TBA.

cumulative_other_co2

TBA.

energy_per_capita

TBA.

energy_per_gdp

TBA.

flaring_co2

TBA.

flaring_co2_per_capita

TBA.

gas_co2

TBA.

gas_co2_per_capita

TBA.

ghg_excluding_lucf_per_capita

TBA.

ghg_per_capita

TBA.

land_use_change_co2

TBA.

land_use_change_co2_per_capita

TBA.

methane

TBA.

methane_per_capita

TBA.

nitrous_oxide

TBA.

nitrous_oxide_per_capita

TBA.

oil_co2

TBA.

oil_co2_per_capita

TBA.

primary_energy_consumption

TBA.

share_global_cement_co2

TBA.

share_global_co2

TBA.

share_global_co2_including_luc

TBA.

share_global_coal_co2

TBA.

share_global_cumulative_cement_co2

TBA.

share_global_cumulative_co2

TBA.

share_global_cumulative_co2_including_luc

TBA.

share_global_cumulative_coal_co2

TBA.

share_global_cumulative_flaring_co2

TBA.

share_global_cumulative_gas_co2

TBA.

share_global_cumulative_luc_co2

TBA.

share_global_cumulative_oil_co2

TBA.

share_global_cumulative_other_co2

TBA.

share_global_flaring_co2

TBA.

share_global_gas_co2

TBA.

share_global_luc_co2

TBA.

share_global_oil_co2

TBA.

share_global_other_co2

TBA.

share_of_temperature_change_from_ghg

TBA.

temperature_change_from_ch4

TBA.

temperature_change_from_co2

TBA.

temperature_change_from_ghg

TBA.

temperature_change_from_n2o

TBA.

total_ghg

TBA.

total_ghg_excluding_lucf

TBA.

trade_co2

TBA.

trade_co2_share

TBA.

References

- 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")

Examples

Run this code
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