Annotation Names

# S3 method for HeatmapAnnotation
names(x)

Arguments

x

A HeatmapAnnotation-class object.

Examples

ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1)) names(ha)
#> [1] "foo" "bar"