harvest.area: Area-based clear and partial cuts

Description Usage Arguments Value Examples

View source: R/harvest.area.r

Description

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

Usage

1
harvest.area(land, params, cc.area, pc.area, 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.area

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

pc.area

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

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.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)

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