

colors {base}                                R Documentation

_C_o_l_o_r _N_a_m_e_s

_U_s_a_g_e_:

     colors()

_V_a_l_u_e_:

     This function returns the built-in color names which R
     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_e_e _A_l_s_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_x_a_m_p_l_e_s_:

     str(colors())

