Nothing
#' 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')
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.