createSimulation | R Documentation |
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.
createSimulation(simplace, parameterList = NULL, queue = FALSE)
simplace |
handle to the SimplaceWrapper object returned by |
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 |
id of the created simulation
runSimulations
, resetSimulationQueue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.