colorTable            package:fUtilities            R Documentation

_T_a_b_l_e _o_f _C_o_l_o_r_s

_D_e_s_c_r_i_p_t_i_o_n:

     Displays a Table of color codes and plots the colors themselves.

_U_s_a_g_e:

      
     colorTable(cex = 0.7)

_A_r_g_u_m_e_n_t_s:

     cex: a numeric value, determines the character size in the color
          plot, the default size is 0.7. 

_V_a_l_u_e:

     'colorTable' 

     returns a table of plot plot colors with the associated color
     numbers.

_S_e_e _A_l_s_o:

     'link{characterTable}', 'link{symbolTable}'.

_E_x_a_m_p_l_e_s:

        
     ## Color Table:
        colorTable()

