mod_colors: Retrieve and set mod_colors attribute

Description Usage Arguments Value Examples

Description

Retrieve and set mod_colors attribute

Usage

1
2
3
4
5
6
7
8
9
mod_colors(cem)

## S4 method for signature 'CEMiTool'
mod_colors(cem)

mod_colors(cem) <- value

## S4 replacement method for signature 'CEMiTool,character'
mod_colors(cem) <- value

Arguments

cem

Object of class CEMiTool

value

a character vector containing colors for each module. Names should match with module names

Value

A vector with color names.

Examples

1
2
3
4
# Get example CEMiTool object
data(cem)
# See module colors
mod_colors(cem)

CEMiTool documentation built on March 13, 2021, 2 a.m.