height.AnnotationFunction.Rd
Height of the AnnotationFunction Object
# S3 method for AnnotationFunction height(x, ...)
The AnnotationFunction-class object.
AnnotationFunction-class
Other arguments.
Internally used.
anno = anno_points(1:10) ComplexHeatmap:::height(anno)#> [1] 1cmanno = anno_points(1:10, which = "row") ComplexHeatmap:::height(anno)#> [1] 1npc