R/plotCorrelation.R

#' Correlation X-Y scatterplot
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Plot.
#'
#' @examples
#' showMethods("plotCorrelation")
setGeneric(
    name = "plotCorrelation",
    def = function(object, ...) {
        standardGeneric("plotCorrelation")
    }
)
acidgenomics/acidgenerics documentation built on April 7, 2024, 12:50 a.m.