runEFDM: Run European Forestry Dynamics Model

View source: R/core.r

runEFDMR Documentation

Run European Forestry Dynamics Model

Description

Run European Forestry Dynamics Model

Usage

runEFDM(state0, actprob, activities, n, check = TRUE)

Arguments

state0

data.frame Initial state

actprob

data.frame Activity probabilities

activities

list A list of activities

n

integer Number of time steps required

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


efdm documentation built on Aug. 17, 2023, 9:07 a.m.