Description Usage Arguments Value See Also Examples
View source: R/hclust2igraph.R
Function for converting a hclust object to an igraph.
1 | hclust2igraph(hc)
|
hc |
a hclust object. |
An igraph object.
1 2 | hc <- hclust(dist(USArrests), "ave")
gg <- hclust2igraph(hc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.