R/reshaping.R
cor_matrix_2_long_df.Rd
Given a square correlation matrix, converts it to a long data.frame, with three columns.
cor_matrix_2_long_df(in_matrix)
the correlation matrix
data.frame
The data.frame contains three columns:
s1: the first entry of comparison
s2: the second entry of comparison
cor: the correlation value