GetOutput {rrepast} | R Documentation |
Gets the output
Description
Returns the results of a model a data.frame from the last RUN. Should be used only if model replication is equal to 1, otherwise GetResults must be used.
Usage
GetOutput(e)
Arguments
e |
An engine object instance |
Value
Returns a data.frame with output data
Examples
## Not run:
d<- "C:/usr/models/your-model-directory"
m<- Model(d)
...
data<- GetOutput(m)
## End(Not run)
[Package rrepast version 0.8.0 Index]