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