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