swh:1:snp:9523f0d466702d960abd89c52a35d2466e8b9dc4
Raw File
Tip revision: 6558a667945a2eb93983bb2ec0879af62e27f4d9 authored by J. O. Ramsay on 14 August 2017, 12:10:02 UTC
version 2.4.7
Tip revision: 6558a66
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