-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathis.fdPar.Rd
37 lines (35 loc) · 852 Bytes
/
is.fdPar.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.fdPar}
\alias{is.fdPar}
\title{
Confirm Object has Class "fdPar"
}
\description{
Check that an argument is a functional parameter object.
}
\usage{
is.fdPar(fdParobj)
}
\arguments{
\item{fdParobj}{
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}}
}
% docclass is function
\keyword{smooth}