heightDetails.annotation_axis {ComplexHeatmap}R Documentation

Height for annotation_axis Grob

Description

Height for annotation_axis Grob

Usage

## S3 method for class 'annotation_axis'
heightDetails(x)

Arguments

x

The annotation_axis grob returned by annotation_axis_grob.

Details

The physical height of the grob can be get by convertWidth(grobHeight(axis_grob), "mm").

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]