Assign the Size to the AnnotationFunction Object
Assign the Size to the AnnotationFunction Object
## 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.
anno = anno_points(1:10) ComplexHeatmap:::size(anno) = unit(4, "cm") ComplexHeatmap:::size(anno)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.