get_end_of_cutting_season {growR}R Documentation

Last day of cutting season

Description

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.

Usage

get_end_of_cutting_season(min_biomass, elevation, intensity = "high")

Arguments

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"

Value

float Last (fractional) day of the year on which a cut still makes sense.

See Also

get_relative_cut_contribution()

Examples

get_end_of_cutting_season(50, 1200)
get_end_of_cutting_season(50, 1200, intensity = "low")


[Package growR version 1.2.0 Index]