corHeatmap: Plots a heatmap of the correlations between all columns in a...

View source: R/hmcor.R

corHeatmapR Documentation

Plots a heatmap of the correlations between all columns in a matrix.

Description

Plots a heatmap of the correlations between all columns in a matrix.

Usage

corHeatmap(
  mat,
  filename = "correlation",
  method = "pearson",
  cell.dim = 0.2,
  ...
)

Arguments

mat

A numeric matrix.

method

Method used by


kewiechecki/moreComplexHeatmap documentation built on June 8, 2025, 5:18 a.m.