expandParams | R Documentation |
Expand the parameters that can be vectors so that they are the same length as
the number of groups. Work is done by paramsExpander
called
from each method. Expansions are stored using
setParamsUnchecked
.
expandParams(object, ...)
## S4 method for signature 'BASiCSParams'
expandParams(object)
## S4 method for signature 'LunParams'
expandParams(object)
## S4 method for signature 'Params'
expandParams(object, vectors, n)
## S4 method for signature 'SplatParams'
expandParams(object)
## S4 method for signature 'SplatPopParams'
expandParams(object)
paramsExpander(object, vectors, n)
object |
object to expand. |
... |
additional arguments. |
vectors |
names of vector parameters to expand |
n |
number of times to repeat each parameter |
Expanded object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.