pm: Plots matrix as a heatmap

Description Usage Arguments Examples

View source: R/pm.R

Description

Plots matrix as a heatmap

Usage

1
pm(M)

Arguments

M

Matrix to be plotted

Examples

1
2
3
X <- replicate(10, rnorm(10)/10)
diag(X) <- rep(1,10)
pm(X)

SchmidtPaul/shoRtcuts documentation built on May 17, 2019, 6:34 p.m.