SaveSimulationData {rrepast} | R Documentation |
Saving simulation output
Description
Saves the simulation results of last call to Run(e) function.
Usage
SaveSimulationData(as = "csv", experiment = NULL)
Arguments
as |
The desired output type, must be csv or xls |
experiment |
The experiment output |
Details
The model must have been initialized or user must call
setId
explicitelly.
Value
The id of saved data
[Package rrepast version 0.8.0 Index]