powered by
Create a vector of n contiguous colors.
n
circular.colors(n, m = 0, M = 2 * pi, offset = 0, ...)
the number of colors (>= 1) to be in the palette.
the smallest angle in radians.
the largest angle in radians.
the zero in radians.
further arguments passed to the function hsv.
hsv
a vector of length n.
hsv, colors
colors
# NOT RUN { circular.colors(n=10, m=0, M=2*pi) # }
Run the code above in your browser using DataLab