Learn R Programming

munsell (version 0.5.1)

hue_slice: Plot all colours with the same hue

Description

Plots slices of the Munsell colour system where hue is constant.

Usage

hue_slice(hue.name = "all", back.col = "white")

Value

ggplot object

Arguments

hue.name

character vector of the desired hues. Or "all" for all hues.

back.col

colour for the background

Examples

Run this code
hue_slice("5R")
hue_slice(c("5R", "5P"))
if (FALSE) hue_slice("all")

Run the code above in your browser using DataLab