Description Usage Arguments Value Examples
View source: R/colorpatch_impl.R
Plots the uniformity of a color palette
1 | PlotUniformity(pal, color.space = "LAB")
|
pal |
A colorspace palette |
color.space |
the color space (see colorspace::color) |
a ggplot instance
1 2 3 | data("OptimGreenRedLAB")
p <- PlotUniformity(OptimGreenRedLAB)
plot(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.