setParameter: Add a new parameter to a quantiNemo simulation.

Description Usage Arguments Examples

Description

Add a new parameter to a quantiNemo simulation.

Usage

1
setParameter(object, name, value)

Arguments

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

Examples

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}")

frederic-michaud/RQuantiNemo documentation built on May 15, 2019, 2:51 a.m.