#' UMAP plot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `ggplot`.
#'
#' @examples
#' showMethods("plotUmap")
setGeneric(
name = "plotUmap",
def = function(object, ...) {
standardGeneric("plotUmap")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.