estimate_height | R Documentation |
Estimate height to a given top diameter given species, diameter, site index,
and stand basal area. The height equation is applied by the function
apply_height_eq
.
estimate_height(spcd, dbh, site_index, top_dob, stand_basal_area)
spcd |
vector of FIA species codes |
dbh |
vector of DBH observations in inches |
site_index |
vector of site index estimates (base age 50) |
top_dob |
vector of outside-bark diameter values to which height will be estimated |
stand_basal_area |
vector of stand-level basal area estimates corresponding to the stems |
vector of height estimates
estimate_height(
spcd = c(541, 371, 95, 73),
dbh = c(10, 11, 12, 13),
site_index = c(60, 65, 60, 70),
top_dob = c(4, 4, 9, 10),
stand_basal_area = 80
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.