https://github.com/cran/fda
Revision ca5e2b4994971ec127b6a5ed2a08ce34abb2655c authored by J. O. Ramsay on 28 September 2021, 03:50:08 UTC, committed by cran-robot on 28 September 2021, 03:50:08 UTC
1 parent b359639
Raw File
Tip revision: ca5e2b4994971ec127b6a5ed2a08ce34abb2655c authored by J. O. Ramsay on 28 September 2021, 03:50:08 UTC
version 5.4.0
Tip revision: ca5e2b4
is.eqbasis.Rd
\name{is.eqbasis}
\alias{is.eqbasis}
\title{
  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{
\item{basisobj1}{
The first basis object to be checked for being identical to the second.
}
\item{basisobj2}{
The second basis object to be checked for being identical to the first.
}
}
\value{
a logical value:
\code{TRUE} if the two basis objects are identical, \code{FALSE} otherwise.
}
\seealso{
\code{\link{basisfd}},
}
% docclass is function
\keyword{basis}
back to top