get_log {rcontroll}R Documentation

Extract simulation log

Description

get_forest() extract the simulation log TROLL outputs.

Usage

get_log(sim, ...)

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

Arguments

sim

trollsim or trollstack.

...

unused argument.

Value

the log in the console

See Also

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

Examples


data("TROLLv3_output")
get_log(TROLLv3_output)


[Package rcontroll version 0.1.1 Index]