Width of the AnnotationFunction Object

# S3 method for AnnotationFunction
width(x, ...)

Arguments

x

A AnnotationFunction-class object.

...

Other arguments.

Details

Internally used.

Examples

anno = anno_points(1:10) ComplexHeatmap:::width(anno)
#> [1] 1npc
anno = anno_points(1:10, which = "row") ComplexHeatmap:::width(anno)
#> [1] 1cm