Last chance! 50% off unlimited learning
Sale ends in
Retrieve potential vegetation types based on charcoal sites location
potveg(ID, classif = "rf99", buffer = NULL)
An object of the class "pfSiteSel"
Potential vegetation to be used: "rf99" in reference to Ramankutty and Foley (1999) or "l12" in reference to Levavasseur et al. 2012.
Distance in m that defines a radius around each site to calculate the dominant vegetation type by kernel density estimation.
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.
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.
# NOT RUN {
# }
# NOT RUN {
require(paleofire)
ID=pfSiteSel(c(1:10))
obj=potveg(ID,classif="l12")
head(obj$site_data)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab