height.AnnotationFunction: Height of the AnnotationFunction Object

Description Usage Arguments Details Examples

View source: R/00_size.R

Description

Height of the AnnotationFunction Object

Usage

1
2
## S3 method for class 'AnnotationFunction'
height(x, ...)

Arguments

x

The AnnotationFunction-class object.

...

Other arguments.

Details

Internally used.

Examples

1
2
3
4
anno = anno_points(1:10)
ComplexHeatmap:::height(anno)
anno = anno_points(1:10, which = "row")
ComplexHeatmap:::height(anno)

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.