Learn R Programming

wheatmap (version 0.2.0)

WDendrogram: 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

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

# }

Run the code above in your browser using DataLab