matrixPlot {ABarray} | R Documentation |
Create heatmap from a matrix
matrixPlot(x, nrgcols = 50, rlabels = TRUE, clabels = TRUE, rcols = 1, ccols = 1, k = 10, title = "", ...)
x |
a matrix |
nrgcols |
number of colors to use |
rlabels |
whether to use row labels |
clabels |
whether to use column labels |
rcols |
use supplemental row label |
ccols |
use supplemental column label |
k |
number of tick labels for scale bar |
title |
title for the plot |
... |
additional argument |
This function can be used to plot any numberic matrix, e.g., correlation matrix, S/N matrix, signal intensity matrix, etc
heatmap
Yongming Sun