GetOutput: Gets the output

Description Usage Arguments Value Examples

View source: R/RRepast.R

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

1

Arguments

e

An engine object instance

Value

Returns a data.frame with output data

Examples

1
2
3
4
5
6
## Not run: 
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   ...
   data<- GetOutput(m)
## End(Not run)

rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to GetOutput in rrepast...