View source: R/AnnotationFunction-class.R
nobs.AnnotationFunction | R Documentation |
Number of Observations
## S3 method for class 'AnnotationFunction'
nobs(object, ...)
object |
The |
... |
Other arguments. |
returns NA
.
anno = anno_points(1:10)
nobs(anno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.