plot_hcGCluster | R Documentation |
Plot hierarchical clustering by cluster
plot_hcGCluster(x1, y1, x2, y2, data=data, layout="v", edge.color = NULL,
tip.color=NULL, edge.width = 1, lab.d=1, cex=1);
x1, y1 |
coordinates of points of cluster plot bottom left |
x2, y2 |
coordinates of points of cluster plot top right |
data |
cluster oblect, such as hclust output |
layout |
v: for vertical line; h: horizontal line |
edge.color |
edge colors |
tip.color |
tip.colors |
edge.width |
edge width |
lab.d |
distance from tip to cluster |
cex |
tip font size |
Ying Hu <yhu@mail.nih.gov> Chunhua Yan <yanch@mail.nih.gov>
##
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.