View source: R/predict-height.R
| silv_predict_height | R Documentation |
Estimates total tree height using height-diameter (h-d) equations. Currently, only models developed for Spain are available.
silv_predict_height(diameter, model, quiet = FALSE)
diameter |
Numeric vector with diameters in cm |
model |
A function. A function with the structure |
quiet |
A logical value. If TRUE, suppresses any informational messages. |
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.
A numeric vector with predicted heights
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
eq_hd_vazquez_veloso_2025()
1 + 1 #TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.