set_param {cvasi} | R Documentation |
Set model parameters
Description
Modifies the parameters of one or more EffectScenario
objects.
Usage
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)
Arguments
x |
object(s) to modify |
param |
named numeric |
Details
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.
Value
Vector of modified objects
Examples
Lemna_Schmitt() %>% set_param(c(Emax=1,EC50=0.12))
[Package cvasi version 1.1.3 Index]