nmodules {fcoex}R Documentation

Get the number of modules in a fcoex object

Description

This function was copied and adapted from the CEMiTool package.

Usage

nmodules(fc)

## S4 method for signature 'fcoex'
nmodules(fc)

Arguments

fc

Object of class fcoex

Value

number of modules

Examples

data("fc")
nmodules(fc)


[Package fcoex version 1.2.0 Index]