Description Usage Arguments Details Examples
Assign the Size to the AnnotationFunction Object
1 2 | ## S3 replacement method for class 'AnnotationFunction'
size(x, ...) <- value
|
x |
The |
value |
A |
... |
Other arguments. |
It assigns to the width if it is a row annotation and the height if it is a column annotation.
Internally used.
1 2 3 | anno = anno_points(1:10)
ComplexHeatmap:::size(anno) = unit(4, "cm")
ComplexHeatmap:::size(anno)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.