hm.cell | R Documentation |
Heatmap()
which allows specifying cell dimensions and resizing the heatmap accordingly.Wrapper for Heatmap()
which allows specifying cell dimensions and resizing the heatmap accordingly.
hm.cell(
x,
...,
cell.h = NULL,
cell.w = NULL,
height = NULL,
width = NULL,
units = "in"
)
x |
A numeric matrix to be plotted. |
... |
Additional arguments to |
cell.h |
The cell height. |
cell.w |
The cell width. |
height |
The heatmap height. Ignored if |
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.