Description Usage Arguments Value Examples
View source: R/reorder_cormat.R
Reorder Correlation Matrix by correlation
1 | reorder_cormat(cormat)
|
cormat |
matrix
1 2 | cormat <- round(cor(mtcars), 2)
reorder_cormat(cormat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.