ComplexHeatmap (version 1.10.2)

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

Description

Draw row names or column names

Usage

## S3 method for class 'Heatmap':
draw_dimnames(object,
    which = c("row", "column"), k = 1, dimname_padding = unit(0, "mm"), ...)

Arguments

object
a Heatmap-class object.
which
are names 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.
dimname_padding
padding for the row/column names
...
pass to viewport, basically for defining the position of the viewport.

Value

  • This function returns no value.

Details

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

This function is only for internal use.

Examples

Run this code
# no example for this internal method
NULL

Run the code above in your browser using DataCamp Workspace