getExperimentDataset {rrepast}R Documentation

Helper function to get experiment dataset

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

getExperimentDataset(e)

Arguments

e

The experiement object returned by RunExperiment

Value

The reference to dataset container.


[Package rrepast version 0.8.0 Index]