plot_hex | R Documentation |
Quick way to look at a set of 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 |
A ggplot object
plot_hex("#000000")
plot_hex(c("#000000","#FFFFFF"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.