rcorr_to_geomnet: filter rcorr object and prepare for geomnet plotting

Description Usage Arguments Value Examples

View source: R/functions.R

Description

filter rcorr object and prepare for geomnet plotting

Usage

1
rcorr_to_geomnet(rcorr.list, pcut = 0.05, spearcut = 0.6)

Arguments

rcorr.list

The object returned by the rcorr() function

pcut

The pvalue cutoff, all correlations with pvalues above this will be excluded

spearcut

The spearman correlation coefficient cutoff. All correlations with spear values less than this will be removed Needs improvement as this function cannot only return strong negative correlations...

Value

Returns an edgelist dataframe, should be basically ready for use with geomnet

Examples

1
#soon

Jtrachsel/funfuns documentation built on Aug. 8, 2021, 7:31 p.m.