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)
}
JamesRamsay5/fda documentation built on June 9, 2025, 2:38 a.m.