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)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.