Description Usage Arguments Details Value Examples
View source: R/grid.dendrogram.R
Grob for Dendrogram
1 2 | dendrogramGrob(dend, facing = c("bottom", "top", "left", "right"),
order = c("normal", "reverse"), gp = gpar())
|
dend |
A |
facing |
Facing of the dendrogram. |
order |
If it is set to |
gp |
Graphic parameters for the dendrogram segments. If any of |
If dend
has not been processed by adjust_dend_by_x
, internally adjust_dend_by_x
is called
to add x
attributes to each node/leaf.
A grob
object which is contructed by segmentsGrob
.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.