Description Usage Arguments Value Examples
Retrieve and set mod_colors attribute
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
|
cem |
Object of class |
value |
a character vector containing colors for each module. Names should match with module names |
A vector with color names.
1 2 3 4 | # 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.