get_expected_n_cuts | R Documentation |
Return the number of expected cuts for a site at a given elevation and management intensity.
get_expected_n_cuts(elevation, intensity = "high")
elevation |
The elevation of the considered site in meters above sea level. |
intensity |
One of ("high", "middle", "low", "extensive"). Management intensity for considered site. |
This uses data.frame management_parameters
as a lookup table and
interpolates linearly in between the specified values.
Number of expected cuts per season.
get_expected_n_cuts(1200)
get_expected_n_cuts(1200, intensity = "low")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.