Skip to contents

Run the model

Usage

clue_run(scene, clue.exe, mode)

Arguments

scene

scene(1)
the CLUE scene for which to run the model.

clue.exe

character(1)
R packages cannot contain executable files, such as the CLUMondo main model executable. Therefore, you need to download this CLUMondo*.exe from the official model website and provide the path to your local copy here.

mode

integerish(1)
the model mode.

Value

no return value, called for the side-effect of calling scene and running the CLUMondo model.

Details

Additional details...