Easy.Setup {rrepast} | R Documentation |
Easy.Setup
Description
This function configures the deployment directory where logs and output dataset will be generated. By default the deployment directory will be created under the model installation directory. The output generated by the Repast model will be redirected to the SystemOut.log file.
Usage
Easy.Setup(model, multicore = FALSE, deployment = c())
Arguments
model |
The base directory where Repast model is installed. |
multicore |
Bolean flag indicating to use multiplecore. |
deployment |
The directory to save the output and logs. |
Details
If the deployment directory is empty the installation
directory given by the parameter model
is used instead as
the base directory. The deployment directory is /rrepast-deployment/
.
[Package rrepast version 0.8.0 Index]