circular.colors: Color Palettes for Circular

View source: R/circular.colors.R

circular.colorsR 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)

circular documentation built on Sept. 8, 2023, 6:03 p.m.