width<-.SingleAnnotation {ComplexHeatmap}R Documentation

Assign the Width to the SingleAnnotation Object

Description

Assign the Width to the SingleAnnotation Object

Usage

## S3 replacement method for class 'SingleAnnotation'
width(x, ...) <- value

Arguments

x

The SingleAnnotation-class object.

value

A unit object.

...

Other arguments.

Details

Internally used.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.2.0 Index]