size.HeatmapAnnotation {ComplexHeatmap}R Documentation

Size of the HeatmapAnnotation Object

Description

Size of the HeatmapAnnotation Object

Usage

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

Arguments

x

The HeatmapAnnotation-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

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]