jet.colors: Emulates the jet colormap from Matlab

Description Usage Arguments Value Examples

View source: R/jet.colors.R

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))

jestarling/starUtils documentation built on May 30, 2019, 8:04 a.m.