Description Usage Arguments Examples
Add a new parameter to a quantiNemo simulation.
1 | setParameter(object, name, value)
|
name |
The name of the parameter that you want to set. It has to be a known parameter for QuantiNemo. |
value |
The value of the parameter that you want to set. It can be a number if it's a simple parameter or a string for more complex parameter |
1 2 3 | my_sim <- new("simulation")
my_sim <- setParameter(my_sim,"patch_number",5)
my_sim <- setParameter(my_sim,"patch_ini_size","{10 100 10 100 67}")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.