draw_dimnames-Heatmap-method | R Documentation |
Draw row names or column names
## S4 method for signature 'Heatmap'
draw_dimnames(object,
which = c("row", "column"), k = 1, ...)
object |
A |
which |
Are the names put on the row or on the column of the heatmap? |
k |
Slice index. |
... |
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>
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.