potveg: potveg

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/potveg.R

Description

Retrieve potential vegetation types based on charcoal sites location

Usage

1
potveg(ID, classif = "rf99", buffer = NULL)

Arguments

ID

An object of the class "pfSiteSel"

classif

Potential vegetation to be used: "rf99" in reference to Ramankutty and Foley (1999) or "l12" in reference to Levavasseur et al. 2012.

buffer

Distance in m that defines a radius around each site to calculate the dominant vegetation type by kernel density estimation.

Value

An object of the class "potveg" i.e. a list contaning two data frames: "site_data" for charcoal sites and associated potential vegetation type, "map" data frame used for mapping data. See plot.potveg for details.

Author(s)

O. Blarquez

References

Ramankutty, N., and J.A. Foley (1999). Estimating historical changes in global land cover: croplands from 1700 to 1992, Global Biogeochemical Cycles 13(4), 997-1027.

Levavasseur, G., M. Vrac, D. M. Roche, and D. Paillard. 2012. Statistical modelling of a new global potential vegetation distribution. Environmental Research Letters 7:044019.

See Also

plot.potveg

Examples

1
2
3
4
5
6
7
 ## Not run: 
require(paleofire)
ID=pfSiteSel(c(1:10))
obj=potveg(ID,classif="l12")
head(obj$site_data)

## End(Not run)

oblarquez/paleofire documentation built on Dec. 29, 2021, 11 a.m.