Set multiple parameters in a Params object.
setParamsUnchecked(params, update = NULL, ...)
params | Params object to set parameters in. |
---|---|
update | list of parameters to set where |
... | additional parameters to set. These are combined with any
parameters specified in |
Params object with updated values.
Each parameter is set by a call to setParam
. If the same
parameter is specified multiple times it will be set multiple times.
Parameters can be specified using a list via update
(useful when
collecting parameter values in some way) or individually (useful when setting
them manually), see examples. THE FINAL OBJECT IS NOT CHECKED FOR VALIDITY!