smart_heatmap {smarter} | R Documentation |
smart_heatmap
Description
smart_heatmap
Usage
smart_heatmap(
MAT = NULL,
DIST = FALSE,
main = "",
width = NULL,
height = NULL,
GRID = NULL,
clustRC = c(TRUE, TRUE),
nodePar_col = NULL,
nodePar_row = NULL,
mar = 2,
cex.main = 2,
rowData = NULL,
colData = NULL,
make_key = TRUE,
vec_cols = NULL
)
Arguments
MAT |
A numeric matrix of values |
DIST |
Boolean set to TRUE to treat MAT as distance matrix. Otherwise, function can perform row/column clustering |
main |
A string for the overall heatmap title |
width |
NULL |
height |
NULL |
GRID |
NULL |
clustRC |
NULL |
nodePar_col |
NULL |
nodePar_row |
NULL |
mar |
NULL |
cex.main |
NULL |
rowData |
NULL |
colData |
NULL |
make_key |
NULL |
vec_cols |
NULL |
Value
No return value.
[Package smarter version 1.0.1 Index]