v_red_harvest_ubark_core {ForestElementsR} | R Documentation |
Core Function For the Volume Reduction With v_red_harvest_ubark
Description
See documentation of v_red_harvest_ubark
for most information,
this function is the workhorse behind, and should never be called directly by
a user.
Usage
v_red_harvest_ubark_core(species_id, v_orig_m3, params)
Arguments
species_id |
Vector of species ids (see
|
v_orig_m3 |
Vector of wood volumes (m³) defined as standing over bark
(see documentation of |
params |
A data frame comprising species (group) wise reduction factors.
The calling function has to take care that |
Details
The function v_red_harvest_ubark
is fully vectorized, inputs are
recyled according to the tibble rules
Value
A vector of wood volumes defined as harvested under bark (see
v_red_harvest_ubark
)