makeColorscheme: makeColorscheme

View source: R/Functions_class_MSdata.R

makeColorschemeR Documentation

makeColorscheme

Description

Use two grouping lists to generate a color scheme that can be passed as an argument for groupPlot() and EICgeneral().

Usage

makeColorscheme(
  maingroup,
  colorgroup,
  colrange = "Mseek.colors",
  transparency = 0.8
)

Arguments

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

Value

a named list of data.frames with color values and labels


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.