Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

emissions

CO2 emissions data and gross domestic product for 26 countries


Description

The emissions data frame has 26 rows and 3 columns.

A data set listing GDP, GDP per capita, and CO2 emissions for 1999.

Usage

data(emissions)

Format

This data frame contains the following columns:

GDP

a numeric vector

perCapita

a numeric vector

CO2

a numeric vector

Source

http://www.grida.no for CO2 data and http://www.mrdowling.com for GDP data.

Prompted by a plot appearing in a June 2001 issue of the New York Times.

Examples

data(emissions)
plot(emissions)

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.