feldCoef {BIOMASS} | R Documentation |
Weibull coefficients from a height-diameter model of the form H = a(1-exp(-b*D^c))
given by Feldpausch
et al. 2012. in the table 3, with the associated RSE.
data("feldCoef")
A data frame with 12 observations on the following 4 variables:
a
: Coefficient a
b
: Coefficient b
c
: Coefficient c
RSE
: Vector of RSE
This dataset is used in the function retrieveH()
to predict height from diameter depending on the region.
Feldpausch, T.R., et al. (2012). Tree height integrated into pantropical forest biomass estimates. Biogeosciences, 9, 3381–3403.
data(feldCoef)
str(feldCoef)