size.AnnotationFunction: Size of the AnnotationFunction Object

View source: R/00_size.R

size.AnnotationFunctionR Documentation

Size of the AnnotationFunction Object

Description

Size of the AnnotationFunction Object

Usage

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

Arguments

x

The AnnotationFunction-class object.

...

Other arguments.

Details

It returns the width if it is a row annotation and the height if it is a column annotation.

Internally used.

Examples

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

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