View source: R/ComplexHeatmap_utils.R
size.Heatmap | R Documentation |
A function to estimate the drawing size of Heatmap object
size.Heatmap(ht, unitTo = "inch")
ht |
Heatmap object, an output of draw(a_Heatmap_object)
and |
unitTo |
The coordinate system to convert the unit to. See the unit function for valid coordinate systems, to be passed to grid::convertHeight() and grid::convertWidth() functions. |
a list of width and height in "unitTo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.