width.Legends | R Documentation |
Width of the Legends
## S3 method for class 'Legends'
width(x, ...)
x |
The |
... |
Other arguments. |
The returned unit x is always in mm
.
lgd = Legend(labels = 1:10, title = "foo", legend_gp = gpar(fill = "red"))
ComplexHeatmap:::width(lgd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.