Engine.GetModelOutput: Engine.GetModelOutput

Description Usage Arguments Value Examples

View source: R/rrepast-engine.R

Description

Gets the model output data as a CSV String array. Calls the engine method GetModelOutput to drain model output data.

Usage

1

Arguments

e

An engine object instance

Value

An array of strings containing the model's output

Examples

1
2
3
4
5
## Not run: 
   d<- "c:/usr/models/your-model-directory"
   m<- Model(d)
   csv<- Engine.GetModelOutput(m)
## End(Not run)

antonio-pgarcia/RRepast documentation built on Feb. 22, 2020, 1:20 a.m.