set_param | R Documentation |
Modifies the parameters of one or more EffectScenario
objects.
set_param(x, param)
## S4 method for signature 'EffectScenario,vector'
set_param(x, param)
## S4 method for signature 'EffectScenario,parameter_set'
set_param(x, param)
## S4 method for signature 'list,parameter_set'
set_param(x, param)
## S4 method for signature 'list,vector'
set_param(x, param)
## S4 method for signature 'ScenarioSequence,vector'
set_param(x, param)
## S4 method for signature 'ScenarioSequence,parameter_set'
set_param(x, param)
x |
object(s) to modify |
param |
named numeric |
Most parameters are represented by numerical types but other types are possible depending on model. Please refer to the model description which parameters are required and in which unit. Some or all parameters may be required to start a simulation. If required parameters are missing, simulation will fail with an error message.
Vector of modified objects
Lemna_Schmitt() %>% set_param(c(Emax=1, EC50=0.12))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.