expandParams {splatter}R Documentation

Expand parameters

Description

Expand the parameters that can be vectors so that they are the same length as the number of groups.

Usage

expandParams(object, ...)

## S4 method for signature 'BASiCSParams'
expandParams(object)

## S4 method for signature 'LunParams'
expandParams(object)

## S4 method for signature 'SplatParams'
expandParams(object)

Arguments

object

object to expand.

...

additional arguments.

Value

Expanded object.


[Package splatter version 1.6.1 Index]