R/is.fdSmooth.R

Defines functions is.fdSmooth

Documented in is.fdSmooth

is.fdSmooth <- function(fdSmoothobj) {
#  check whether FDPAROBJ is a functional data object

#  Last modified 20 November 2005

  if (inherits(fdSmoothobj, "fdSmooth")) 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 2, 2019, 5:12 p.m.