R/EnirchResult-show.R

setMethod(
    f = "show",
    signature = "EnrichResult",
    definition = function(object) {
        cat("Object of class 'EnrichResult'\n")
        cat(" . Number of items: ....", length(object@eresult), "\n")
    }
)
isglobal-brge/postRexposome documentation built on May 18, 2019, 5:50 a.m.