Easy.Run {rrepast} | R Documentation |
Easy API for running a model
Description
This function provides a simple wrapper for performing a single or replicated model execution with a single set of parameters.
Usage
Easy.Run(m.dir, m.ds, m.time = 300, r = 1, default = NULL)
Arguments
m.dir |
The installation directory of some repast model |
m.ds |
The name of any model aggregate dataset |
m.time |
The total simulated time |
r |
The number of replications |
default |
The alternative values for the default model parameters |
[Package rrepast version 0.8.0 Index]