sky.colors {AtmRay} | R Documentation |
Returns a vector of colors one would see in a sunrise, ranging from orange to blue.
sky.colors(n)
n |
length of output color vector |
Vector of colors of length n.
Jake Anderson
col = sky.colors(12) M = matrix(1:12, 12, 1) image(M, col = col)