swh:1:snp:9523f0d466702d960abd89c52a35d2466e8b9dc4
Raw File
Tip revision: 94d1c4b257904d7680406f1953b5c0b72adf0363 authored by J. O. Ramsay on 25 June 2022, 11:50:02 UTC
version 6.0.4
Tip revision: 94d1c4b
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