Description Usage Arguments Author(s)
Visualize a Correlation Matrix with an Hierarchical Tree using ggplot2
1 2 3 4 5 6 7 8 9 |
x |
a matrix of pairwise correlation among features |
y |
vector of correlation of the features represented in x with a target quantity. Default is NULL which means that this information is not exploited. If y is supplied it is used to reorder the hierarchical tree under the constrains of its structure. |
k |
an integer. Number of cluster to cut the tree into. Default is NULL. k is estimate as the minimal number of clusters the would result in an isolated feature. |
circular |
should the tree be represent in polar coordinates? Default F |
nudge |
a numeric. Displacement factor of the labels. Aesthetics purpose. |
expand |
a numeric. Expansion of the y-axis. Aesthetics purpose. |
label.size |
a numeric. Size of the terminal nodes of the tree labels. |
David Senhora Navega
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.