get_upper_tri | R Documentation |
Get upper triangle of the correlation matrix (from web)
get_upper_tri(cormat)
cormat |
A data frame |
A data fram
df = generateAbundanceDF()
df_cor = Matrix2colCorrelation(df)
get_upper_tri(df_cor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.