Description Usage Arguments Value Examples
View source: R/timber.volume.r
Calculates sustained-yield levels of clear cuts for each management unit in volume
1 | timber.volume(land, params, time.step = 5)
|
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 clear cut per mgmt unit with actual names of management units
1 2 3 | data(landscape)
params = default.params()
cc.vol = timber.volume(landscape, params)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.