## 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")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.