Load {rrepast} | R Documentation |
Loads the model's scenario. This function must be called before running the model.
Load(e)
e |
An engine object instance |
## Not run:
d<- "C:/usr/models/your-model-directory"
m<- Model(d)
Load(m)
## End(Not run)