Learn R Programming

simplace (version 5.1.2)

createSimulation: Creates a simulation and substitute parameters

Description

Creates a simulation from the opened project and substitutes the values of the parameters given in the parameter list. Simulation won't be queued by default.

Usage

createSimulation(simplace, parameterList = NULL, queue = FALSE)

Value

id of the created simulation

Arguments

simplace

handle to the SimplaceWrapper object returned by initSimplace

parameterList

a list with the parameter name as key and parametervalue as value

queue

boolean - simulation is added to queue if true, else start new queue

See Also

runSimulations, resetSimulationQueue