mod_names {fcoex}R Documentation

Get module names in a fcoex object

Description

This function was copied and adapted from the CEMiTool package.

Usage

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

data("fc")
mod_names(fc)

[Package fcoex version 1.2.0 Index]