The package
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;
Install BIOMASS
The latest released version from CRAN:
install.packages("BIOMASS")
The latest version from Github (in development):
install.packages("remotes")
remotes::install_github('umr-amap/BIOMASS')
To use it :