get_expected_n_cuts {growR}R Documentation

Get number of expected cuts

Description

Return the number of expected cuts for a site at a given elevation and management intensity.

Usage

get_expected_n_cuts(elevation, intensity = "high")

Arguments

elevation

The elevation of the considered site in meters above sea level.

intensity

One of ("high", "middle", "low", "extensive"). Management intensity for considered site.

Details

This uses data.frame management_parameters as a lookup table and interpolates linearly in between the specified values.

Value

Number of expected cuts per season.

Examples

get_expected_n_cuts(1200)
get_expected_n_cuts(1200, intensity = "low")


[Package growR version 1.2.0 Index]