Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/colour_clusters.R
The distinctive feature of this function is to colour both the
terminal leaves of a cluster and the edges leading to those leaves.
The edgePar attribute of nodes will be augmented by a new list item col.
The groups will be defined by a call to slice
using the k or h
parameters.
1 2 3 4 |
d |
A |
k |
number of groups (passed to |
h |
height at which to cut tree (passed to |
col |
Function or vector of colours |
groupLabels |
If TRUE add numeric group label - see Details for options |
If groupLabels=TRUE
then numeric group labels will added to
each cluster. If a vector is supplied then these entries will be used as
the group labels. If a function is supplied then it will be passed a
numeric vector of groups (e.g. 1:5) and must return the formatted group
labels.
a tree object of class dendrogram.
jefferis
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.