gg_color_hue: 'ggplot2'-like colour scale in HCL space

View source: R/gg_color_hue.R

gg_color_hueR Documentation

ggplot2-like colour scale in HCL space

Description

Function for number of ticks in axis of ggplot2 plots.

Usage

gg_color_hue(n, hue_min = 15, hue_max = 375, l = 65, c = 100)

Arguments

n

Number of colours to return

hue_min

Minimum hue value in the range [0, 360].

hue_max

Maximum hue value in the range [0, 360].

l

Luminance in the range [0, 100].

c

Chroma of the colour.

Examples

gg_color_hue(10)

feralaes/dampack documentation built on Sept. 8, 2024, 11:31 a.m.