runEFDM {efdm} | R Documentation |
Run European Forestry Dynamics Model
Description
Run European Forestry Dynamics Model
Usage
runEFDM(state0, actprob, activities, n, check = TRUE)
Arguments
state0 |
|
actprob |
|
activities |
|
n |
|
check |
Check input arguments for consistency. |
Details
This is the actual scenario running function, which projects the initial forest state n time steps to the future.
Activities are defined using define_activity
.
Value
data.frame
State of each time step divided by activities
[Package efdm version 0.2.1 Index]