Description Usage Arguments Value See Also Examples
View source: R/hierarchical_clustering.R
HCtbl()
performs hierarchical clustering
of spectral similarity data using average linkage
as agglomeration criterion.
1 | HCtbl(distmat, h = 0.95)
|
distmat |
A distance matrix as generated by
|
h |
Height where the tree is to be cut, defaults to |
A data.frame
with name and cluster ID for each
feature in distmat
.
1 2 3 4 5 | load(file = system.file("extdata",
"distmat.RData",
package = "CluMSIDdata"))
my_HCtbl <- HCtbl(distmat[1:50,1:50], h = 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.