correlation_heatmap {visxhclust}R Documentation

Plot a correlation heatmap

Description

Computes pairwise Pearson correlation; if there are fewer than 15 columns, prints the value of the correlation coefficient inside each tile.

Usage

correlation_heatmap(df)

Arguments

df

numeric data frame to compute correlations

Value

a ComplexHeatmap::Heatmap


[Package visxhclust version 1.1.0 Index]