Load: The Scenario loader

Description Usage Arguments Examples

View source: R/RRepast.R

Description

Loads the model's scenario. This function must be called before running the model.

Usage

1
Load(e)

Arguments

e

An engine object instance

Examples

1
2
3
4
5
## Not run: 
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   Load(m)
## End(Not run)

rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to Load in rrepast...