WDendrogram | R Documentation |
WDendrogram class
WDendrogram( clust = NULL, dm = WDim(0, 0, 1, 1), name = "", facing = c("bottom", "top", "left", "right") )
clust |
hclust object |
dm |
plotting dimension |
name |
name of the dendrogram plot |
facing |
direction of the dendrogram plot |
an object of class WDendrogram
WDendrogram(column.cluster(matrix(1:24,nrow=4))$column.clust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.