Description Usage Arguments Details Examples
Subset an AnnotationFunction Object
1 2 | ## 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.
1 2 3 | anno = anno_simple(1:10)
anno[1:5]
draw(anno[1:5], test = "subset of column annotation")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.