circular (version 0.4-93)

circular.colors: Color Palettes for Circular

Description

Create a vector of n contiguous colors.

Usage

circular.colors(n, m = 0, M = 2 * pi, offset = 0, ...)

Arguments

n

the number of colors (>= 1) to be in the palette.

m

the smallest angle in radians.

M

the largest angle in radians.

offset

the zero in radians.

further arguments passed to the function hsv.

Value

a vector of length n.

See Also

hsv, colors

Examples

Run this code
# NOT RUN {
  circular.colors(n=10, m=0, M=2*pi)
# }

Run the code above in your browser using DataLab