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