harvest.volume: Volume-based clear and partial cuts

Description Usage Arguments Value Examples

View source: R/harvest.volume.r

Description

Selects cells for clear and partial cuts on an volume-based

Usage

1
harvest.volume(land, params, cc.vol, pc.vol, km2.pixel)

Arguments

land

A landscape data frame with forest stand records in rows

params

A list of default parameters generated by the function default.params() or a customized list of model parameters

cc.vol

A data frame with the number of cells to clear cut per mgmt unit returned by the function timber.volume()

pc.vol

A data frame with the number of cells to partial cut per mgmt unit returned by the function timber.partial.volume()

km2.pixel

Area in km^2^ of grid cells

Value

A list of four items:

Examples

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)

nuaquilue/QLDM documentation built on Dec. 22, 2021, 3:18 a.m.