ColorHue: Get a vector of n equally spaced rgb colors

View source: R/PlottingFunctions.R

ColorHueR Documentation

Get a vector of n equally spaced rgb colors

Description

Get a vector of n equally spaced rgb colors.

Usage

ColorHue(n, starthue = 15, endhue = 360, luminance = 65, chroma = 100)

Arguments

n

integer number of hex codes to return

starthue

real hue argument for the grDevices::hcl() generates value 1

endhue

real hue argument

luminance

the luminance of the hcl value

chroma

the chroma of the hcl value


mkarikom/RSoptSC documentation built on May 10, 2023, 1:10 a.m.