Expand parameters
Source:R/AllGenerics.R
, R/BASiCSParams-methods.R
, R/LunParams-methods.R
, and 4 more
expandParams.Rd
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
.
Usage
expandParams(object, ...)
# S4 method for class 'BASiCSParams'
expandParams(object)
# S4 method for class 'LunParams'
expandParams(object)
# S4 method for class 'Params'
expandParams(object, vectors, n)
# S4 method for class 'SplatParams'
expandParams(object)
# S4 method for class 'SplatPopParams'
expandParams(object)
paramsExpander(object, vectors, n)