mat2MFCLCor: Correlation Matrix to Data Frame

View source: R/correlation.R

mat2MFCLCorR Documentation

Correlation Matrix to Data Frame

Description

Convert a correlation matrix to a three-column data frame.

Usage

mat2MFCLCor(x, names = rownames(x))

Arguments

x

a correlation matrix (of class matrix).

names

parameter names.

Value

Data frame containing three columns: Par1, Par2, and Corr.

See Also

read.MFCLCor reads a correlation matrix from a file.

corFilter filters correlations to show the highest correlations.

corLabel labels correlations and produces a frequency table.

Examples

data(cormat)
mat2MFCLCor(cormat)
mat2MFCLCor(cormat, names=c("alpha","beta","gamma","delta","epsilon"))


robscott3/FLR4MFCL documentation built on April 9, 2024, 3:31 p.m.