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)
}
YuLab-SMU/enrichplot documentation built on April 15, 2024, 5:18 p.m.