Learn R Programming

BIOMASS (version 2.1.11)

feldCoef: Feldpausch et al. 2012 coefficients for generalized height-diameter models

Description

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.

Usage

data("feldCoef")

Arguments

Format

A data frame with 12 observations on the following 4 variables:

  • a: Coefficient a

  • b: Coefficient b

  • c: Coefficient c

  • RSE: Vector of RSE

Details

This dataset is used in the function retrieveH() to predict height from diameter depending on the region.

References

Feldpausch, T.R., et al. (2012). Tree height integrated into pantropical forest biomass estimates. Biogeosciences, 9, 3381–3403.

Examples

Run this code
data(feldCoef)
str(feldCoef)

Run the code above in your browser using DataLab