Description Usage Arguments Author(s) Examples
Draw dendrogram under grid system
1 2 |
dend |
a |
facing |
same as in |
max_height |
same as in |
order |
same as in |
... |
same as in |
Zuguang gu <z.gu@dkfz.de>
1 2 3 4 | m = matrix(rnorm(100), 10)
dend = as.dendrogram(hclust(dist(m)))
dend = adjust_dend_by_leaf_width(dend, width = 1:10)
grid.dendrogram2(dend)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.