height.AnnotationFunction | R Documentation |
Height of the AnnotationFunction Object
## S3 method for class 'AnnotationFunction'
height(x, ...)
x |
The |
... |
Other arguments. |
Internally used.
anno = anno_points(1:10)
ComplexHeatmap:::height(anno)
anno = anno_points(1:10, which = "row")
ComplexHeatmap:::height(anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.