widthDetails.annotation_axis {ComplexHeatmap}R Documentation

Width for annotation_axis Grob

Description

Width for annotation_axis Grob

Usage

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

Arguments

x

The annotation_axis grob returned by annotation_axis_grob.

Details

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

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]