femmecol: red-green-blue color palette

Description Usage Arguments Value Author(s) See Also Examples

Description

Creates a vector of (n) contiguous colors (darkblue-blue-cyan-yellow-red-darkred).

Usage

1
femmecol(n = 100)

Arguments

n

number of colors.

Value

a vector of character strings giving the colors in hexadecimal format

Author(s)

Karline Soetaert <karline.soetaert@nioz.nl>

See Also

rainbow, heat.colors, topo.colors, the comparable R-functions.

intpalette, shadepalette

Examples

1
2
3
4
filled.contour(volcano, color = femmecol, asp = 1, main = "femmecol")
femmecol(10)
image(matrix(nrow = 1, ncol = 100, data = 1:100), 
      col = femmecol(100), main = "femmecol")

Example output

 [1] "#00008F" "#0000F3" "#0063FF" "#00D4FF" "#47FFB8" "#B8FF47" "#FFD500"
 [8] "#FF6300" "#F10000" "#800000"

shape documentation built on May 4, 2021, 3 p.m.