TITLE(colors @@ Color Names)
USAGE(
colors()
)
ALIAS(colors)
VALUE(
This function returns the built-in color names which R knows about.
These names can be used with a LANG(col=) specification in graphics
functions.
PARA
An even wider variety of colors can be created with LANG(rainbow),
LANG(rgb) and LANG(hsv).
)
SEEALSO(
LANG(LINK(rainbow)) for a nice example;
LANG(LINK(rgb)), LANG(LINK(hsv)), LANG(LINK(gray)), 
and LANG(LINK(heat.colors)), LANG(LINK(topo.colors)) for images.
)
