height_crown_base_silva_core {ForestElementsR} | R Documentation |
Core function for the silva tree height to crown base calculation
Description
See documentation of height_crown_base_silva
for most
information, this function is the workhorse behind, and should never be
called directly by a user.
Usage
height_crown_base_silva_core(species_id, dbh_cm, height_m)
Arguments
species_id |
Vector of species ids
(see |
dbh_cm |
Vector of breast height diameters
(see |
height_m |
Vector of tree heights
(see |
Details
The function height_crown_base_silva
is fully vectorized, inputs are
recycled according to the tibble rules
Value
Tree height to crown base (see height_crown_base_silva
)
[Package ForestElementsR version 2.1.0 Index]