Description Usage Arguments Details Value Author(s) See Also Examples
Draw a dendrogram in 3d given clustering results and leaf positions. Labels at leaf tips may be specified
1 2 |
cluster |
Hierarchical clustering result of type |
positions |
Positions (in 3d) of leaf tips. If 2d positions are given, these are placed in the z=0 plane. |
direction |
A vector specifying the direction in which the leaves point |
scale |
Maximum hieght of dendrogram |
heights |
A vector of heights, which may be used to over-ride the height information included in |
labels |
Vector of text labels to be placed at leaf tips. |
label.colors |
Vector of colors used used for labels. |
label.size |
Text size for labels. |
May be used to validate 2D embedding results with those of cluster analysis. When cluster results and the corresponding 2D embedding are specified, this function places the positions in a rotatable environment with the cluster analysis result superposed on it. This allows the user to understand the relationship between the clustering and embedded results. Labels (or desired colors) may be placed at the leaf tips.
This function is called for the side effect it produces. It returns the id number of the last object drawn.
Satwik Rajaram and Yoshi Oono
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.