Easy.Setup: Easy.Setup

Description Usage Arguments Details

View source: R/rrepast-easyapi.R

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

1
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/.


rrepast documentation built on Feb. 19, 2020, 9:06 a.m.

Related to Easy.Setup in rrepast...