-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathis.fdSmooth.Rd
37 lines (35 loc) · 870 Bytes
/
is.fdSmooth.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\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.
}
\references{
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009),
\emph{Functional data analysis with R and Matlab}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005),
\emph{Functional Data Analysis, 2nd ed.}, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002),
\emph{Applied Functional Data Analysis}, Springer, New York.
}
\seealso{
\code{\link{is.basis}},
\code{\link{is.fd}},
\code{\link{is.Lfd}},
\code{\link{is.fdPar}}
}
\keyword{smooth}