R/plotCorrelationHeatmap.R

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