Learn R Programming

GCD (version 4.0.7)

GCD-package: GCD: Global Charcoal Database data

Description

The GCD package provides Global Charcoal Database data updated at regular intervals to be used in cunjuction with the paleofire package.

Arguments

Author(s)

Global Paleofire Working Group <paleofire gmail.com>

Details

Package: GCD
Type: Package
Version: 4.0.0
Date: 2018-03-01
License: GPL (>=2)

References

Power, M., J. Marlon, P. Bartlein, and S. Harrison. 2010. Fire history and the Global Charcoal Database: a new tool for hypothesis testing and data exploration. Palaeogeography, Palaeoclimatology, Palaeoecology 291:52-59.

See Also

http://paleofire.org

Examples

Run this code
# NOT RUN {
rm(list=ls())

library(GCD)

## Charcoal data:

data(paleofiredata)
head(paleofiredata)


## Associated sites informations:

data(paleofiresites)
head(paleofiresites)

# }

Run the code above in your browser using DataLab