View source: R/PrettyBarPlot2.R
areColors | R Documentation |
areColors
: Check that color
names are the names of some real colors.
areColors(x)
x |
a string vectors with (to be checked) names of colors. |
a logical vector with
TRUE
if a color, FALSE
if not.
areColors(c(NA, "black", "blackk", "1", "#00", "#000000"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.