draw_title-HeatmapList-method {ComplexHeatmap}R Documentation

Draw heatmap list title

Description

Draw heatmap list title

Usage

## S4 method for signature 'HeatmapList'
draw_title(object,
    which = c("column", "row"))

Arguments

object

a HeatmapList-class object

which

dendrogram on the row or on the column of the heatmap

Details

A viewport is created which contains heatmap list title.

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]