swh:1:snp:9523f0d466702d960abd89c52a35d2466e8b9dc4
Raw File
Tip revision: 877347f65135b34c238ac4f27de992aa38d15347 authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC
version 2.4.0
Tip revision: 877347f
is.fdSmooth.Rd
\name{is.fdSmooth}
\alias{is.fdSmooth}
\title{
  Confirm Object has Class "fdSmooth"
}
\description{
Check that an argument is a functional parameter object.
}
\usage{
is.fdSmooth(fdSmoothobj)
}
\arguments{
\item{fdSmoothobj}{
an object to be checked.
}
}
\value{
a logical value:
\code{TRUE} if the class is correct, \code{FALSE} otherwise.
}
\seealso{
\code{\link{is.basis}},
\code{\link{is.fd}},
\code{\link{is.Lfd}},
\code{\link{is.fdPar}}
}
% docclass is function
\keyword{smooth}
back to top