setBrayClusters | R Documentation |
Set clusters using one-cell and multi-cell height intersection
setBrayClusters(cnr, tree.height = NULL, prefix = "C", ...)
cnr |
a cnr bundle |
tree.height |
height of the tree optClust |
prefix |
a prefix to append before the cluster number |
... |
additional parameters passed to optClust |
Returns a cnr object with cluster membership based on Bray-Curtis Ward.D2 heirarchical clustering. If hieght is NULL, then the the tree height is calculated using minimum.intersect. Where optimal height is the value at the intersect between the number of one-cell and multi-cell clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.