heatmap_legend_size-HeatmapList-method {ComplexHeatmap}R Documentation

Size of the heatmap legend viewport

Description

Size of the heatmap legend viewport

Usage

## S4 method for signature 'HeatmapList'
heatmap_legend_size(object, legend_list = list(), ...)

Arguments

object

a HeatmapList-class object

legend_list

a list of self-defined legend, should be wrapped into grob objects.

...

graphic parameters passed to color_mapping_legend,ColorMapping-method.

Details

This function is only for internal use.

Value

A unit object.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# no example for this internal method
NULL


[Package ComplexHeatmap version 1.18.1 Index]