Description Usage Arguments Details Value
Expand the values of multiple parameters by repititions in a Params object.
This function is similar with that in splatter
.
1 2 3 4 5 6 7 | expandParams(object, vectors, n)
## S4 method for signature 'Params'
expandParams(object, vectors, n)
## S4 method for signature 'escoParams'
expandParams(object)
|
object |
Params object to set parameters in. |
vectors |
list of parameters to reset values,
where |
n |
an integer indicates the target number of repititions. |
Each parameter is set by a call to setParam
.
If the same parameter is specified multiple times
it will be set multiple times.
object with new parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.