heightAssign.AnnotationFunction {ComplexHeatmap}R Documentation

Assign the Height to the AnnotationFunction Object

Description

Assign the Height to the AnnotationFunction Object

Usage

## S3 replacement method for class 'AnnotationFunction'
height(x, ...) <- value

Arguments

x

The AnnotationFunction-class object.

value

A unit object.

...

Other arguments.

Details

Internally used.

Examples

# There is no example
NULL


[Package ComplexHeatmap version 2.8.0 Index]