-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathis.Lfd.Rd
36 lines (34 loc) · 827 Bytes
/
is.Lfd.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
\name{is.Lfd}
\alias{is.Lfd}
\title{
Confirm Object has Class "Lfd"
}
\description{
Check that an argument is a linear differential operator object.
}
\usage{
is.Lfd(Lfdobj)
}
\arguments{
\item{Lfdobj}{
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.fdPar}}
}
\keyword{smooth}