R/is.timedom.R

#' Checks if a given object is a time domain filter or process.
#'
#' @title Check if a given object is a time domain object
#' @param X an object
#' @return boolean
#' @export 
is.timedom = function (X){
  inClass(X,'timedom')
}

Try the freqdom package in your browser

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

freqdom documentation built on May 2, 2019, 5:55 p.m.