R package for estimating aboveground biomass and its uncertainty in tropical forests.
Contains functions to estimate aboveground biomass/carbon and its uncertainty in tropical forests. These functions allow to:
- retrieve and correct the taxonomy;
- estimate the wood density and its uncertainty;
- construct height-diameter models;
- manage tree and plot coordinates;
- estimate the aboveground biomass/carbon at the stand level with associated uncertainty;
For more information, see article or the vignette of the package, and the reference manual.
To cite BIOMASS, please use citation("BIOMASS").
The latest released version from CRAN:
install.packages("BIOMASS")
The latest version from Github (in development):
install.packages("devtools")
devtools::install_github("AMAP-dev/BIOMASS")
To use it :
library("BIOMASS")