is.eqbasis {fda} | R Documentation |
Confirm that two objects of class "Basisfd" are identical
Description
Check all the slots of two basis objects to see that they are identical.
Usage
is.eqbasis(basisobj1, basisobj2)
Arguments
basisobj1 |
The first basis object to be checked for being identical to the second. |
basisobj2 |
The second basis object to be checked for being identical to the first. |
Value
a logical value:
TRUE
if the two basis objects are identical, 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
[Package fda version 6.1.8 Index]