show_palette: Show palette

Description Usage Arguments Examples

View source: R/ShowPalette.R

Description

This function plots vector of colors side by side

Usage

1
show_palette(col, border = NA, ...)

Arguments

col

The color vector

border

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

Examples

1
show_palette(c("#005000", "#008600", "#00BB00"), border = "light gray")

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