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