coabundance: Create a coabundance object

Description Usage Arguments

View source: R/coabundance.R

Description

Create a coabundance object

Usage

1
2
3
4
5
6
7
8
9
coabundance(
  cor_res,
  edges,
  nodes = NULL,
  method = NULL,
  max_pval = NULL,
  min_abs_estimate = NULL,
  ...
)

Arguments

cor_res

result object originally describing the relationships (e.g. object of class rcorr)

edges

tibble with columns from and to describing edges

method

character of correlation method used


danlooo/coabundance documentation built on Jan. 24, 2021, 9:16 a.m.