View source: R/rrwAddParameterEffectListToRRWModel.r
rrwAddParameterEffectListToRRWModel | R Documentation |
Function that creates or modifys an rrwModelList by adding effects to the list one at a time.
rrwAddParameterEffectListToRRWModel(
rrwModelList = NULL,
parameterEffectList = NULL
)
rrwModelList |
A list that specifies the rrw model. If you are building a new list, then this should be NULL. If you are adding a new effect to an old list, then this should be the rrwModelList that you are adding an effect to. DEFAULT = NULL |
parameterEffectList |
A list that specifies the parameter effect (or a list of effects, e.g., c(effect1, effect2, effect3)). DEFAULT = NULL ' |
the updated rrwModelList
rrwAddParameterEffectListToRRWModel (modelList, parameterEffectList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.