R/is.basis.R

Defines functions is.basis

Documented in is.basis

is.basis <- function(basisobj) {
#  check whether BASISOBJ is a functional data basis object

#  Last modified 20 November 2005

  if (inherits(basisobj, "basisfd")) return(TRUE) else return(FALSE)
}

Try the fda package in your browser

Any scripts or data that you put into this service are public.

fda documentation built on May 31, 2023, 9:19 p.m.