names.HeatmapAnnotation.Rd
Annotation Names
# S3 method for HeatmapAnnotation names(x)
A HeatmapAnnotation-class object.
HeatmapAnnotation-class
ha = HeatmapAnnotation(foo = 1:10, bar = anno_points(10:1)) names(ha)#> [1] "foo" "bar"