displayColors: Show colors used to label modules

View source: R/Functions.R

displayColorsR Documentation

Show colors used to label modules

Description

The function plots a barplot using colors that label modules.

Usage

displayColors(colors = NULL)

Arguments

colors

colors to be displayed. Defaults to all colors available for module labeling.

Details

To see the first n colors, use argument colors = standardColors(n).

Value

None.

Author(s)

Peter Langfelder

See Also

standardColors

Examples

  displayColors(standardColors(10))

WGCNA documentation built on Sept. 18, 2024, 5:08 p.m.

Related to displayColors in WGCNA...