| plot_hex {munsell} | R Documentation |
Plot hex colours
plot_hex(hex.colour, back.col="white")
hex.colour |
character vector specifying colours in hex form |
back.col |
specification of background colour of display |
Quick way to look at a set of hex colours.
A ggplot object
plot_hex("#000000")
plot_hex(c("#000000","#FFFFFF"))