Description Usage Arguments Value Examples
View source: R/hierarchical_clustering.R
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.
1 |
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
.
1 2 3 4 5 | 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.