plot_hex: Plot hex colours

View source: R/plot.r

plot_hexR Documentation

Plot hex colours

Description

Quick way to look at a set of hex colours.

Usage

plot_hex(hex.colour, back.col = "white")

Arguments

hex.colour

character vector specifying colours in hex form

back.col

specification of background colour of display

Value

A ggplot object

Examples

plot_hex("#000000")
plot_hex(c("#000000","#FFFFFF"))

cwickham/munsell documentation built on April 7, 2024, 7:04 p.m.