Engine.GetModelOutput {rrepast} | R Documentation |
Engine.GetModelOutput
Description
Gets the model output data as a CSV String array. Calls the engine method GetModelOutput to drain model output data.
Usage
Engine.GetModelOutput(e)
Arguments
e |
An engine object instance |
Value
An array of strings containing the model's output
Examples
## Not run:
d<- "c:/usr/models/your-model-directory"
m<- Model(d)
csv<- Engine.GetModelOutput(m)
## End(Not run)
[Package rrepast version 0.8.0 Index]