hueSet: Get a set of equally spaced hues values

Description Usage Arguments Value Examples

View source: R/hueSet.R

Description

Rotates around the 360 degrees of hue on the HCL colour wheel,

Starts at start and rotates cycles times around the wheel to obtain n colours at equal intervals

Usage

1
hueSet(n = 10, start = 180, cycles = 2)

Arguments

n

number of hues to return

start

starting hue value, in degrees from 0 to 359

cycles

number of cycles rotating around the

Value

vector

Examples

1
2
3
4
5
6
7
hueSet()

hueSet(cycles = 1)

hueSet(start = 0, cycles = 1)

hueSet(start = 0, n = 9, cycles = 3)

david-barnett/hueR documentation built on Dec. 19, 2021, 9:03 p.m.