Description Usage Arguments Value Examples
Selects cells for clear and partial cuts on an area-based
1 | harvest.area(land, params, cc.area, pc.area, km2.pixel)
|
land |
A |
params |
A list of default parameters generated by the function |
cc.area |
A data frame with the number of cells to clear cut per mgmt unit returned by the function |
pc.area |
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.area = timber.area(landscape, params)
pc.area = timber.partial.area(landscape, params, pc.step=5)
harvest = harvest.area(landscape, params, cc.area, pc.area, km2.pixel=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.