draw_dimnames-Heatmap-method: Draw row names or column names

draw_dimnames-Heatmap-methodR Documentation

Draw row names or column names

Description

Draw row names or column names

Usage

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

Arguments

object

A Heatmap-class object.

which

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

k

Slice index.

...

Pass to viewport which includes the complete heatmap row/column names.

Details

A viewport is created which contains row names or column names.

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

# There is no example
NULL


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