Description Usage Arguments Value Examples
View source: R/timber.partial.area.r
Calculates sustained-yield levels of partial cuts for each management unit in area
1 | timber.partial.area(land, params, time.step)
|
land |
A |
params |
A list of default parameters generated by the function |
time.step |
Number of years of each time step |
A data frame with the number of cells to partial cut per mgmt unit with actual names of management units
1 2 3 | data(landscape)
params = default.params()
pc.area = timber.partial.area(landscape, params, time.step=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.