draw_title-Heatmap-method: Draw heatmap title

Description Usage Arguments Details Value Author(s) Examples

Description

Draw heatmap title

Usage

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

Arguments

object

a Heatmap-class object.

which

is title put on the row or on the column of the heatmap?

k

a matrix may be split by rows, the value identifies which row-slice.

...

pass to viewport, basically for defining the position of the viewport.

Details

A viewport is created which contains heatmap title.

This function is only for internal use.

Value

This function returns no value.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# no example for this internal method
NULL

eilslabs/ComplexHeatmap documentation built on May 16, 2019, 1:21 a.m.