sky.colors: Sky Colormap

Description Usage Arguments Value Author(s) Examples

View source: R/sky.colors.R

Description

Returns a vector of colors one would see in a sunrise, ranging from orange to blue.

Usage

1

Arguments

n

length of output color vector

Value

Vector of colors of length n.

Author(s)

Jake Anderson

Examples

1
2
3
col = sky.colors(12)
M = matrix(1:12, 12, 1)
image(M, col = col)

AtmRay documentation built on May 2, 2019, 6:52 a.m.

Related to sky.colors in AtmRay...