dendrogramGrob.Rd
Grob for Dendrogram
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
.
# There is no example NULL#> NULL