timber.partial.area: Sustainable partial cut area

Description Usage Arguments Value Examples

View source: R/timber.partial.area.r

Description

Calculates sustained-yield levels of partial cuts for each management unit in area

Usage

1
timber.partial.area(land, params, time.step)

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

time.step

Number of years of each time step

Value

A data frame with the number of cells to partial cut per mgmt unit with actual names of management units

Examples

1
2
3
data(landscape)
params = default.params()
pc.area = timber.partial.area(landscape, params, time.step=5) 

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