PlotUniformity: Plots the uniformity of a color palette

Description Usage Arguments Value Examples

View source: R/colorpatch_impl.R

Description

Plots the uniformity of a color palette

Usage

1
PlotUniformity(pal, color.space = "LAB")

Arguments

pal

A colorspace palette

color.space

the color space (see colorspace::color)

Value

a ggplot instance

Examples

1
2
3
data("OptimGreenRedLAB")
p <- PlotUniformity(OptimGreenRedLAB)
plot(p)

colorpatch documentation built on May 1, 2019, 10:28 p.m.