GetWaveColorsRescalingObject: GetWaveColorsRescalingObject

Description Usage Arguments Value

View source: R/graphics_themes_Palletes.R

Description

Internal function that specify function which returns color for signal level.

Usage

1
2
3
4
5
6
7
GetWaveColorsRescalingObject(
  pallete.fun = NULL,
  class.list,
  colors.n = 100,
  colors.min.diff = 2,
  ...
)

Arguments

pallete.fun

function, declared as function(n){ } that returns n colors with increasing intensity

class.list

numeric vector, specify levels of color sensitivity

colors.n

numeric, number of colors in range, default = 100

colors.min.diff

numeric, minimal difference between colors ids in colors range, default = 2

Value

function, declared as function(level) {}, that return color for level


sysbiosig/SCRC documentation built on July 9, 2021, 9:22 p.m.