get_forest {rcontroll}R Documentation

Extract forest inventory

Description

get_forest() extract the forest inventory from TROLL outputs.

Usage

get_forest(sim, ...)

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

Arguments

sim

trollsim or trollstack.

...

unused argument.

Value

data.frame()

See Also

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

Examples


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


[Package rcontroll version 0.1.1 Index]