read.MFCLCor: Read Correlation Matrix

View source: R/correlation.R

read.MFCLCorR Documentation

Read Correlation Matrix

Description

Read a correlation matrix from a file and store as a three-column data frame.

Usage

read.MFCLCor(x, convert = TRUE, names = NULL)

Arguments

x

a filename containing a correlation matrix.

convert

whether to convert to data frame, using mat2MFCLCor.

names

parameter names, passed to mat2MFCLCor.

Value

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

See Also

mat2MFCLCor converts a correlation matrix to a data frame.

corFilter filters correlations to show the highest correlations.

corLabel labels correlations and produces a frequency table.

Examples

## Not run: 
read.MFCLCor("skj_pos_hess_cor")

## End(Not run)


PacificCommunity/ofp-sam-flr4mfcl documentation built on April 8, 2024, 6:47 p.m.