R/is.timedom.R

#' Checks if an object belongs to the class \code{\link{timedom}}.
#'
#' @title Checks if an object belongs to the class timedom
#' @param X some object
#' @return \code{TRUE} if \code{X} is of type \code{\link{timedom}}, \code{FALSE} otherwise
#' @seealso \code{\link{freqdom}}, \code{\link{timedom}}, \code{\link{is.freqdom}}
#' @export
#' @keywords classes
is.timedom = function (X){
  inherits(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 Oct. 4, 2022, 5:05 p.m.