R Dataset / Package DAAG / fossilfuel

On this R-data statistics page, you will find information about the fossilfuel data set which pertains to Fossil Fuel Data. The fossilfuel data set is found in the DAAG R package. You can load the fossilfuel data set in R by issuing the following command at the console data("fossilfuel"). This will load the data into a variable called fossilfuel. If R says the fossilfuel data set is not found, you can try installing the package by issuing this command install.packages("DAAG") 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 fossilfuel R data set. The size of this file is about 60 bytes.

Fossil Fuel Data

Description

Estimates of total worldwide carbon emissions from fossil fuel use.

Usage

fossilfuel

Format

This data frame contains the following columns:

year

a numeric vector giving the year the measurement was taken.

carbon

a numeric vector giving the total worldwide carbon emissions from fossil fuel use, in millions of tonnes.

Source

Marland et al (2003)

Examples

plot(fossilfuel)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-daag-fossilfuel.html" width="100%" height="100%" style="border:0px"></iframe>