Learn R Programming

rcontroll (version 0.1.2)

get_forest: Extract forest inventory

Description

get_forest() extract the forest inventory from TROLL outputs.

Usage

get_forest(sim, ...)

# S4 method for trollsim get_forest(sim, ...)

Value

data.frame()

Arguments

sim

trollsim or trollstack.

...

unused argument.

See Also

trollsim(), trollstack(), troll(), stack()

Examples

Run this code

data("TROLLv3_output")
head(get_forest(TROLLv3_output))

Run the code above in your browser using DataLab