corHeatmap | R Documentation |
Plots a heatmap of the correlations between all columns in a matrix.
corHeatmap(
mat,
filename = "correlation",
method = "pearson",
cell.dim = 0.2,
...
)
mat |
A numeric matrix. |
method |
Method used by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.