standardColors {WGCNA} | R Documentation |
Colors this library uses for labeling modules.
Description
Returns the vector of color names in the order they are assigned by other functions in this library.
Usage
standardColors(n = NULL)
Arguments
n |
Number of colors requested. If |
Value
A vector of character color names of the requested length.
Author(s)
Peter Langfelder, Peter.Langfelder@gmail.com
Examples
standardColors(10);
[Package WGCNA version 1.72-5 Index]