Learn R Programming

rrepast (version 0.8.0)

GetOutput: 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

Run this code
# NOT RUN {
   d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   ...
   data<- GetOutput(m)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab