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