smart_heatmap | R Documentation |
smart_heatmap
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
)
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 |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.