height.AnnotationFunction: Height of the AnnotationFunction Object

Description Usage Arguments Details Examples

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)

zhongmicai/complexHeatmap documentation built on May 7, 2019, 6:11 a.m.