hm.char | R Documentation |
Heatmap()
which allows specifying character width for row and column names and resizing the heatmap accordingly.Wrapper for Heatmap()
which allows specifying character width for row and column names and resizing the heatmap accordingly.
hm.char(
x,
...,
char.h = NULL,
char.w = NULL,
legend.w = 0,
height = NULL,
width = NULL,
heatmap_height = NULL,
heatmap_width = NULL,
units = "in"
)
x |
A numeric matrix to be plotted. |
... |
Additional arguments to |
char.h |
The characther width for column names. |
char.w |
The character width for row names. |
legend.w |
Buffer width for legend. |
heatmap_height |
The heatmap height. Ignored if |
heatmap_width |
The heatmap width. Ignored if |
units |
The unit scale to be used for |
A ComplexHeatmap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.