pal_hue_sat: Hue-saturation palette using HSV color space

Description Usage Arguments

View source: R/pal_hue_sat.R

Description

Returns a palette function that turns h and s values (both between 0 and 1) into colors.

Usage

1
pal_hue_sat(h_range = c(0, 1), s_range = c(0, 1), v = 1)

Arguments

h_range

The range of H values to be used.

s_range

The range of S values to be used.

v

The value (V) of the colors in HSV space.


clauswilke/multiscales documentation built on Jan. 8, 2022, 10:49 p.m.