get_end_of_cutting_season | R Documentation |
Estimate the last day on which it still makes sense to cut. This is done
by checking at which point the expected target biomass (see
get_relative_cut_contribution()
) goes below the minimally harvestable
standing biomass.
get_end_of_cutting_season(min_biomass, elevation, intensity = "high")
min_biomass |
float A standing biomass below this value cannot even be harvested, |
elevation |
float Altitude in m.a.s.l. |
intensity |
string Management intensity. One of "high", "middle", "low" |
float Last (fractional) day of the year on which a cut still makes sense.
get_relative_cut_contribution()
get_end_of_cutting_season(50, 1200)
get_end_of_cutting_season(50, 1200, intensity = "low")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.