circular.colors {circular}R Documentation

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.

Author(s)

Claudio Agostinelli

See Also

hsv, colors

Examples

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

[Package circular version 0.5-0 Index]