width.AnnotationFunction.Rd
Width of the AnnotationFunction Object
# S3 method for AnnotationFunction width(x, ...)
A AnnotationFunction-class object.
AnnotationFunction-class
Other arguments.
Internally used.
anno = anno_points(1:10) ComplexHeatmap:::width(anno)#> [1] 1npcanno = anno_points(1:10, which = "row") ComplexHeatmap:::width(anno)#> [1] 1cm