timber.volume: Sustainable clear-cut volume

Description Usage Arguments Value Examples

View source: R/timber.volume.r

Description

Calculates sustained-yield levels of clear cuts for each management unit in volume

Usage

1
timber.volume(land, params, time.step = 5)

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 clear cut per mgmt unit with actual names of management units

Examples

1
2
3
data(landscape)
params = default.params()
cc.vol = timber.volume(landscape, params) 

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