https://github.com/cran/baseline
Revision 89b9f0cea367bc0ff69539ab71435fb3ddda986a authored by Kristian Hovde Liland on 11 May 2020, 07:10:02 UTC, committed by cran-robot on 11 May 2020, 07:10:02 UTC
1 parent 54df029
Raw File
Tip revision: 89b9f0cea367bc0ff69539ab71435fb3ddda986a authored by Kristian Hovde Liland on 11 May 2020, 07:10:02 UTC
version 1.3-0
Tip revision: 89b9f0c
name.Rd
%%% $Id: name.Rd 193 2012-06-24 21:13:42Z kristl $
\name{name}
\alias{name}
\alias{name-methods}
\alias{name,baselineAlg-method}
\alias{description}
\alias{description-methods}
\alias{description,baselineAlg-method}
\title{Extraction methods for "baselineAlg" objects}
\description{Extraction methods specifically for objects of class \code{\linkS4class{baselineAlg}}}
\usage{
name(object)
description(object)
}
\arguments{
  \item{object}{Object of class \code{\linkS4class{baselineAlg}}}
}
\value{
  The methods return the corresponding slot of the object.
}
\author{Bjørn-Helge Mevik and Kristian Hovde Liland}
\seealso{
  \code{\linkS4class{baselineAlg}}, \code{\link{funcName}}.
}
\keyword{baseline}
\keyword{spectra}
back to top