mod_colors | R Documentation |
Retrieve and set mod_colors attribute
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
cem |
Object of class |
value |
a character vector containing colors for each module. Names should match with module names |
A vector with color names.
# Get example CEMiTool object
data(cem)
# See module colors
mod_colors(cem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.