Learn R Programming

wheatmap (version 0.2.0)

print.WDendrogram: print a dendrogram

Description

print a dendrogram

Usage

# S3 method for 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

Run this code
# NOT RUN {
WDendrogram(column.cluster(matrix(1:24,nrow=4))$column.clust)

# }

Run the code above in your browser using DataLab