silv_predict_height: Estimates tree height from DBH

View source: R/predict-height.R

silv_predict_heightR Documentation

Estimates tree height from DBH

Description

Estimates total tree height using height-diameter (h-d) equations. Currently, only models developed for Spain are available.

Usage

silv_predict_height(diameter, model, quiet = FALSE)

Arguments

diameter

Numeric vector with diameters in cm

model

A function. A function with the structure eq_hd_*() with additional arguments depending on the specific model. Currently only eq_hd_vazquez_veloso_2025() is available.

quiet

A logical value. If TRUE, suppresses any informational messages.

Details

The function estimates total tree height (in meters) using diameter at breast height (in centimeters), and may require additional information depending on the specific model. See each model’s documentation for details.

Value

A numeric vector with predicted heights

References

References for the models available:

  • eq_hd_vazquez_veloso_2025(): Vázquez-Veloso, A., Yang, S.-I., Bullock, B.P., Bravo, F., 2025. One model to rule them all: A nationwide height–diameter model for 91 Spanish forest species. Forest Ecology and Management 595, 122981. https://doi.org/10.1016/j.foreco.2025.122981

See Also

eq_hd_vazquez_veloso_2025()

Examples

1 + 1 #TODO

silviculture documentation built on Nov. 5, 2025, 7:13 p.m.