Description Usage Arguments Value Examples
Transforms the output of a hierarchical algorithm hc
in a dataframe
suitable for ggplot2 visualization
1 | dendro_df(hc)
|
hc |
a hierarchy resulting from DIANA |
A hierarchy dataframe suitable for ggplot2 visualization
1 2 3 | mat <- replicate(5, rnorm(5))
hc <- funBI_diana(mat)
dendro_df(hc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.