WDendrogram {wheatmap} | R Documentation |
WDendrogram class
Description
WDendrogram class
Usage
WDendrogram(
clust = NULL,
dm = WDim(0, 0, 1, 1),
name = "",
facing = c("bottom", "top", "left", "right")
)
Arguments
clust |
hclust object |
dm |
plotting dimension |
name |
name of the dendrogram plot |
facing |
direction of the dendrogram plot |
Value
an object of class WDendrogram
Examples
WDendrogram(column.cluster(matrix(1:24,nrow=4))$column.clust)
[Package wheatmap version 0.2.0 Index]