getExperimentOutput {rrepast} | R Documentation |
Helper function to get experiment output
Description
The RunExperiment function returns a list holding
the paramset
, output
and dataset
collection.
The paramset
collection contains the parameters used for
running the experimental setup. The output
has the results
from user provided calibration function. The dataset
collection has the raw output of 'Repast' aggregated dataset.
Usage
getExperimentOutput(e)
Arguments
e |
The experiement object returned by |
Value
The reference to output
container.
[Package rrepast version 0.8.0 Index]