draw_dend-Heatmap-method | R Documentation |
Draw Heatmap Dendrograms
## S4 method for signature 'Heatmap'
draw_dend(object,
which = c("row", "column"), k = 1, max_height = NULL, ...)
object |
A |
which |
Are the dendrograms put on the row or on the column of the heatmap? |
k |
Slice index. |
max_height |
maximal height of dendrogram. |
... |
Pass to |
A viewport is created which contains dendrograms.
This function is only for internal use.
This function returns no value.
Zuguang Gu <z.gu@dkfz.de>
grid.dendrogram
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.