Subset an AnnotationFunction Object
Subset an AnnotationFunction Object
## S3 method for class 'AnnotationFunction' x[i]
x |
An |
i |
A vector of indices. |
One good thing for designing the AnnotationFunction-class
is it can be subsetted,
and this is the base for the splitting of the annotations.
anno = anno_simple(1:10) anno[1:5] draw(anno[1:5], test = "subset of column annotation")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.