AGBChv14: Allometric equations

View source: R/Allometric_equations.r

AGBChv14R Documentation

Allometric equations

Description

Functions to estimate biomass from diameter, height and wood density. If specifying a new function please include all these parameters, even if they are not used (as other functions will pass all these arguments to the function)

Usage

AGBChv14(d, h, wd)

BA(d, h, wd)

wdBA(d, h, wd)

AGBChv05M(d, h, wd)

TiepoloTreeFern(d, h, wd)

GoodmanPalm(d, h, wd)

Arguments

d

numeric vector giving tree diameter (DBH) in cm

h

numeric vector giving tree height (m)

wd

numeric vector giving wood density in g/m^3

Functions

  • AGBChv14: Chave et al. 2014 equation with height (see Chave J, Rejou-Mechain M, Burquez A et al. 2014. Improved allometric models to estimate the aboveground biomass of tropical trees. Global Change Biology 20: 3177-3190. doi: 10.1111/gcb.12629)

  • BA: Basal area

  • wdBA: Basal area weighted by wood density

  • AGBChv05M: Moist forest equation (without height) from Chave et al. 2005 (see Chave, J., Andalo, C., Brown, S. et al. Tree allometry and improved estimation of carbon stocks and balance in tropical forests. Oecologia 145, 87–99 (2005). https://doi.org/10.1007/s00442-005-0100-x)

  • TiepoloTreeFern: Height-based tree fern equation from Tiepolo et al.2002 (see Tiepolo, G., M. Calmon, et al. (2002). Measuring and monitoring carbon stocks at the guaraqueçaba climate action project, Paraná, Brazil. International Symposium on Forest Carbon Sequestration and Monitoring, Extension Serie Taiwan Forestry Research Institute: 98-115.)

  • GoodmanPalm: Diameter only palm equation from Goodman et al.2013 (see Goodman, R. et al. 2013. Amazon palm biomass and allometry, Forest Ecology and Management 310: 994-1004 https://doi.org/10.1016/j.foreco.2013.09.045)


ForestPlots/BiomasaFP documentation built on April 28, 2023, 8:26 a.m.