R/plotDots.R

## Renamed from `plotDot` to `plotDots` to match convention in scater.



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