plot_hex {munsell}R Documentation

Plot hex colours...

Description

Plot 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

Details

Quick way to look at a set of hex colours.

Value

A ggplot object

Examples

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

[Package munsell version 0.1 Index]