Description Usage Arguments Value Examples
View source: R/harvest.volume.r
Selects cells for clear and partial cuts on an volume-based
1 | harvest.volume(land, params, cc.vol, pc.vol, km2.pixel)
|
land |
A |
params |
A list of default parameters generated by the function |
cc.vol |
A data frame with the number of cells to clear cut per mgmt unit returned by the function |
pc.vol |
A data frame with the number of cells to partial cut per mgmt unit returned by the function |
km2.pixel |
Area in km^2^ of grid cells |
A list of four items:
cc.cells
: A vector with the cell.id
of the clear cut cells
pc.cells
: A vector with the cell.id
of the partial cut cells
track.cut
: A data frame with managed areas by different prescriptions
spp.track
: A data frame with the area and volume clear-cut and partial cut per species
1 2 3 4 5 | data(landscape)
params = default.params()
cc.vol = timber.volume(landscape, params)
pc.vol = timber.partial.volume(landscape, params, pc.step=5)
harvest = harvest.volume(landscape, params, cc.vol, pc.vol, km2.pixel=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.