ygobb {colorRamps}R Documentation

Returns a gradient color map

Description

ygobb makes a color map that runs from yellow -> green -> olive -> blue -> black.

Usage

ygobb(n)

Arguments

n number of colors

Details

I am still working on this one.

Value

A colormap

Author(s)

Tim Keitt <tkeitt@gmail.com>

See Also

rgb

Examples

image(matrix(1:400, 20), col = ygobb(400))

[Package colorRamps version 2.2 Index]