mod_names: Get module names in a fcoex object

Description Usage Arguments Value Examples

Description

This function was copied and adapted from the CEMiTool package.

Usage

1
2
3
4
mod_names(fc, include_NC = TRUE)

## S4 method for signature 'fcoex'
mod_names(fc, include_NC = TRUE)

Arguments

fc

Object of class fcoex

include_NC

Logical. Whether or not to include "Not.Correlated" module. Defaults to TRUE.

Value

Module names

Examples

1
2
data("fc")
mod_names(fc)

fcoex documentation built on Nov. 8, 2020, 6:45 p.m.