is.eqbasis {fda} | R Documentation |
Check all the slots of two basis objects to see that they are identical.
is.eqbasis(basisobj1, basisobj2)
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. |
a logical value:
TRUE
if the two basis objects are identical, FALSE
otherwise.