See documentation of h_standard_bv for most information, this
function is the workhorse behind, and should never be called directly by a
user.
h_standard_bv_core(species_id, dbh_cm, age_yr, d_q_cm, h_q_m, params)A vector of the estimated heights
Vector of species ids (see h_standard_bv),
but for this core function to work, species_id must be provided as
character. This will and should be not checked inside this function,
because if used as intended, that has happened before calling it.
Diameter at breast height vector (see documentation of
h_standard_bv)
Stand age vector (see documentation of
h_standard_bv)
Stand mean diameter vector (see documentation of
h_standard_bv)
Stand mean height vector (see documentation of
h_standard_bv)
A data frame that defines the function parameters corresponding
to the species coding represented by species_id
The function h_standard_bv is fully vectorized, inputs are recyled
according to the tibble rules