View source: R/Functions_class_MSdata.R
makeColorscheme | R Documentation |
Use two grouping lists to generate a color scheme
that can be passed as an argument for groupPlot()
and EICgeneral()
.
makeColorscheme( maingroup, colorgroup, colrange = "Mseek.colors", transparency = 0.8 )
maingroup |
a named list defining the main plot grouping scheme (e.g. grouping in rawlayouts) |
colorgroup |
a named list defining the grouping to be used for coloring (e.g. grouping2 in rawlayouts) |
colrange |
name of the function to use to make color range |
transparency |
setting for transparent coloring |
a named list of data.frames with color values and labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.