is.fdSmooth {fda} | R Documentation |
Confirm Object has Class "fdSmooth"
Description
Check that an argument is a functional parameter object.
Usage
is.fdSmooth(fdSmoothobj)
Arguments
fdSmoothobj |
an object to be checked. |
Value
a logical value:
TRUE
if the class is correct, FALSE
otherwise.
References
Ramsay, James O., Hooker, Giles, and Graves, Spencer (2009), Functional data analysis with R and Matlab, Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2005), Functional Data Analysis, 2nd ed., Springer, New York.
Ramsay, James O., and Silverman, Bernard W. (2002), Applied Functional Data Analysis, Springer, New York.
See Also
is.basis
,
is.fd
,
is.Lfd
,
is.fdPar
[Package fda version 6.1.8 Index]