jet.colors: Emulates the jet colormap from Matlab

Description Usage Arguments Value Examples

Description

Emulates the jet colormap from Matlab

Usage

1
jet.colors(n = 64)

Arguments

n

the number of levels in the colormap; the default is 64

Value

an rgb vector of length n

Examples

1
plot(1:64, col=jet.colors(64))

kabagg/keithUtils documentation built on May 20, 2019, 2:08 p.m.