crown_diameter_silva_core {ForestElementsR} | R Documentation |
Core function for the silva tree crown diameter calculation
Description
See documentation of crown_diameter_silva
for most information,
this function is the workhorse behind, and should never be called directly by
a user.
Usage
crown_diameter_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 crown_diameter_silva
is fully vectorized, inputs are
recycled according to the tibble rules
Value
Tree crown diameter (see crown_diameter_silva
)
[Package ForestElementsR version 2.1.0 Index]