R/plotUpset.R

#' UpSet plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @examples
#' showMethods("plotUpset")
setGeneric(
    name = "plotUpset",
    def = function(object, ...) {
        standardGeneric("plotUpset")
    }
)
acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.