get_relative_cut_contribution | R Documentation |
Get the fraction of the total annual harvested biomass that a cut at given DOY is expected to contribute.
get_relative_cut_contribution(DOY)
DOY |
Integer representing the day of the year on which a cut occurs. |
The regression for the target biomass is based on Fig. S2 in the supplementary material of Petersen et al. (2021).
The fraction (between 0 and 1) of biomass harvested at the cut at given DOY divided by the total annual biomass.
petersen2021DynamicSimulationManagementgrowR
get_relative_cut_contribution(1)
get_relative_cut_contribution(150)
get_relative_cut_contribution(365)
# DOYs larger than 365 are insensible
get_relative_cut_contribution(600)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.