R/method-print.r

Defines functions print.enrichplotDot

##' @method print enrichplotDot
##' @export
print.enrichplotDot <- function(x, ...) {
    p <- ggfun::set_point_legend_shape(x)
    class(p) <- class(p)[-1]
    print(p)
}
GuangchuangYu/enrichplot documentation built on Sept. 5, 2024, 2:01 a.m.