R/plotWaterfall.R

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