nobs.AnnotationFunction: Number of Observations

View source: R/AnnotationFunction-class.R

nobs.AnnotationFunctionR Documentation

Number of Observations

Description

Number of Observations

Usage

## S3 method for class 'AnnotationFunction'
nobs(object, ...)

Arguments

object

The AnnotationFunction-class object.

...

Other arguments.

Details

returns NA.

Examples

anno = anno_points(1:10)
nobs(anno)

jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.