Description Usage Arguments See Also
Visualise matrices with the functions based on the heatmap3 package with minimum amount of arguments.
1 2 3 4 5 6 7 8 | vis_heatmap2(
.data,
.grid.size = 1.5,
.title = NULL,
.labs = NULL,
col = colorRampPalette(c("#67001f", "#d6604d", "#f7f7f7", "#4393c3", "#053061"))(1024),
...
)
|
.data |
Input matrix. Column names and row names (if presented) will be used as names for labs. |
.grid.size |
Line width of the grid between cells. |
.title |
The text for the plot's title (same as the "main" argument in heatmap3). |
.labs |
A character vector of length two with names for x-axis and y-axis, respectively. |
col |
A vector specifying the colors (same as the "col" argument in heatmap3). |
... |
Other arguments for the heatmap3 function. |
vis, repOverlap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.