Load {rrepast} | R Documentation |
The Scenario loader
Description
Loads the model's scenario. This function must be called before running the model.
Usage
Load(e)
Arguments
e |
An engine object instance |
Examples
## Not run:
d<- "C:/usr/models/your-model-directory"
m<- Model(d)
Load(m)
## End(Not run)
[Package rrepast version 0.8.0 Index]