jet.colors: 'jet.colors' function

jet.colorsR Documentation

'jet.colors' function

Description

This function is a wrapper of color interpolation colorRampPalette, which takes an integer argument (the required number of colors) and returns a character vector of colors

Usage

jet.colors(n)

jet.col.rev(n)

jet.colors2(n)

jet.colors3(n)

jet.colors4(n)

jet.col.log(n)

jet.colors3.key(x)

jet.colors(n)

Arguments

n

An integer argument (the required number of colors)

Value

a character vector of interpolated colors

Functions

  • jet.col.rev: Reversed 'jet.colors'

  • jet.colors2: Easier-on-eye version of 'jet.colors'

  • jet.colors3: same jet.colors' with "white" color in the middle

  • jet.colors4: same jet.colors' starts with "white" color

  • jet.col.log: Same jet.colors in log scale

  • jet.colors3.key: Key colors and color breaks for jet.colors3

Author(s)

Chih-Lin Wei <chihlinwei@gmail.com>

Examples

jet.colors(10)

chihlinwei/SCC26 documentation built on Sept. 5, 2023, 12:46 a.m.