nobs.AnnotationFunction.Rd
Number of Observations
# S3 method for AnnotationFunction nobs(object, ...)
The AnnotationFunction-class object.
AnnotationFunction-class
Other arguments.
returns NA.
NA
anno = anno_points(1:10) nobs(anno)#> [1] 10