R/plotCleveland.R

#' Cleveland plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotCleveland")
setGeneric(
    name = "plotCleveland",
    def = function(object, ...) {
        standardGeneric("plotCleveland")
    }
)
steinbaugh/bioverbs documentation built on April 10, 2024, 7:21 a.m.