height.AnnotationFunction: Height of the AnnotationFunction Object

View source: R/00_size.R

height.AnnotationFunctionR Documentation

Height of the AnnotationFunction Object

Description

Height of the AnnotationFunction Object

Usage

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

Arguments

x

The AnnotationFunction-class object.

...

Other arguments.

Details

Internally used.

Examples

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

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