draw_dimnames-Heatmap-method {ComplexHeatmap} | R Documentation |
Draw row names or column names
## S4 method for signature 'Heatmap' draw_dimnames(object, which = c("row", "column"), k = 1, dimname_padding = unit(0, "mm"), ...)
object |
a |
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 |
A viewport is created which contains row names or column names.
This function is only for internal use.
This function returns no value.
Zuguang Gu <z.gu@dkfz.de>
# no example for this internal method NULL