print.WDendrogram {wheatmap} | R Documentation |
print a dendrogram
## S3 method for class 'WDendrogram'
print(x, stand.alone = TRUE, layout.only = FALSE, cex = 1, ...)
x |
a dendrogram |
stand.alone |
plot is stand alone |
layout.only |
plot layout only |
cex |
factor to scaling texts |
... |
additional options (ignored) |
view port that contains the plotted dendrogram
WDendrogram(column.cluster(matrix(1:24,nrow=4))$column.clust)