longR | R Documentation |
Utility function to translate a correlation matrix to a edgelist format where the correlations are in one column.
longR(corMat)
corMat |
Matrix you want to convert (doesn't need to be a correlation matrix) |
a dataframe with c("varX","varY","rXY")
layout
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.