

   CCoolloorr NNaammeess

        colors()

   VVaalluuee::

        This function returns the built-in color names which
        knows about.  These names can be used with a `col='
        specification in graphics functions.

        An even wider variety of colors can be created with
        primitives `rgb' and `hsv' or the derived `rainbow',
        `heat.colors', etc.

   SSeeee AAllssoo::

        `palette' for setting the ``palette'' of colors for
        `par(col='<num>`)'; `rgb', `hsv', `gray'; `rainbow' for
        a nice example; and `heat.colors', `topo.colors' for
        images.

   EExxaammpplleess::

        str(colors())

