plot_palettes: Show palette with colorblind simulations

Description Usage Arguments Examples

View source: R/ShowPalette.R

Description

This function plots multiple vector of colors side by side

Usage

1
plot_palettes(col_list, border = NA, ...)

Arguments

col_list

A list of color vectors

border

The color of the border separating each color. Defaults to NA.

Examples

1
2
a <- list(gradient.green(8), gradient.blue(8), gradient.red(8))
plot_palettes(a, border = "light gray")

muppetjones/remcolor documentation built on May 23, 2019, 8:22 a.m.