Skip to content
Snippets Groups Projects
expandParams.Rd 655 B
Newer Older
  • Learn to ignore specific revisions
  • % Generated by roxygen2: do not edit by hand
    % Please edit documentation in R/AllGenerics.R, R/LunParams-methods.R, R/SplatParams-methods.R
    \docType{methods}
    \name{expandParams}
    \alias{expandParams}
    \alias{expandParams,LunParams-method}
    \alias{expandParams,SplatParams-method}
    \title{Expand parameters}
    \usage{
    expandParams(object, ...)
    
    \S4method{expandParams}{LunParams}(object)
    
    \S4method{expandParams}{SplatParams}(object)
    }
    \arguments{
    \item{object}{object to expand.}
    
    \item{...}{additional arguments.}
    }
    \value{
    Expanded object.
    }
    \description{
    Expand the parameters that can be vectors so that they are the same length as
    the number of groups.
    }