set_component_height-Heatmap-method {ComplexHeatmap}R Documentation

Set height of each heatmap component

Description

Set height of each heatmap component

Usage

## S4 method for signature 'Heatmap'
set_component_height(object, k, v)

Arguments

object

a Heatmap-class object.

k

which components, see Heatmap-class.

v

height of the component, a unit object.

Details

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# no example for this internal method
NULL


[Package ComplexHeatmap version 1.20.0 Index]