draw_dend-Heatmap-method: Draw Heatmap Dendrograms

draw_dend-Heatmap-methodR Documentation

Draw Heatmap Dendrograms

Description

Draw Heatmap Dendrograms

Usage

## S4 method for signature 'Heatmap'
draw_dend(object,
    which = c("row", "column"), k = 1, max_height = NULL, ...)

Arguments

object

A Heatmap-class object.

which

Are the dendrograms put on the row or on the column of the heatmap?

k

Slice index.

max_height

maximal height of dendrogram.

...

Pass to viewport which includes the complete heatmap dendrograms.

Details

A viewport is created which contains dendrograms.

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

grid.dendrogram

Examples

# There is no example
NULL


jokergoo/ComplexHeatmap documentation built on Nov. 17, 2023, 11:27 a.m.