showcolors | R Documentation |
For a quick translation of hexadecimal color codes into visible colors this function simply creates a bar plot with the hexadecimal colors specified by the user. It takes a vector of strings containing the hexadecimal color codes, e.g. "#D0DD1E".
showcolors(...)
... |
One ore more strings or a vector of strings containing hexadecimal color codes. |
David Klein
## Not run: showcolors("#D0DD1E")
## Not run: showcolors("#beefee")
## Not run: showcolors(c("#beefee","#D0DD1E"),"#FFFFFF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.