Revision 8ce7a357abaac720c40ee86e2c8f98a586467b68 authored by J. O. Ramsay on 03 November 2009, 00:00:00 UTC, committed by Gabor Csardi on 03 November 2009, 00:00:00 UTC
1 parent a651a3c
Raw File
is.fd.R
is.fd <- function(fdobj) {
#  check whether FDOBJ is a functional data object

#  Last modified 20 November 2005

  if (inherits(fdobj, "fd")) return(TRUE) else return(FALSE)
}
back to top