Skip to content
Snippets Groups Projects
print.splatParams.Rd 597 B
Newer Older
Luke Zappia's avatar
Luke Zappia committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/params.R
\name{print.splatParams}
\alias{print.splatParams}
\title{Print splatParams object}
\usage{
\method{print}{splatParams}(x, ...)
}
\arguments{
\item{x}{splatParams object to print.}

\item{...}{further arguments passed to or from other methods.}
}
Luke Zappia's avatar
Luke Zappia committed
\value{
Invisibly returns x (via \code{\link{invisible}(x)})
}
Luke Zappia's avatar
Luke Zappia committed
\description{
Pretty print the parameters stored in a splatParams object. Parameters are
labelled as either (estimatable) or [not estimatable].
}
\examples{
params <- defaultParams()
print(params)
}