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 12, 2025, 9:32 a.m.