View source: R/hierarchical_clustering.R
HCplot | R Documentation |
HCplot()
performs hierarchical clustering
of spectral similarity data using average linkage
as agglomeration criterion like HCtbl
and generates either a circular dendrogram or a
combination of dendrogram and heatmap.
HCplot(distmat, h = 0.95, type = c("dendrogram", "heatmap"), ...)
distmat |
A distance matrix as generated by
|
h |
Height where the tree is to be cut, defaults to |
type |
Specifies which visualisation is to be generated:
|
... |
Additional graphical parameters passed to
|
A plot as specified by type
.
load(file = system.file("extdata", "distmat.RData", package = "CluMSIDdata")) HCplot(distmat[1:50,1:50], h = 0.8, type = "heatmap")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.