Description Usage Arguments Value Author(s) See Also Examples
Checks if a color name is known or not.
| 1 | 
| name | A  | 
| ... | Not used. | 
Returns a boolean vector of length length(name) specifying for
each color name if it is a known name or not.
Henrik Bengtsson (http://www.braju.com/R/)
*getColorNames().
colors.
For more information see Colors.
| 1 2 |   Colors$isColorName("red")              # TRUE
  Colors$isColorName(c("blue", "gren"))  # c(TRUE, FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.