ColorPalettes           package:fUtilities           R Documentation

_C_o_l_o_r _a_n_d _G_r_e_y _P_a_l_e_t_t_e_s

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

     A collection and description of functions for using and managing
     color and grey palettes. 

     Color and Grey Palettes:

       'greyPalette'  Creates a grey palette like rainbow does for colors.

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

      
     greyPalette(n = 64, start = 255-n, end = 255)

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

n, start, end: [greyPal] - cr 'n' gives the number of greys to be
          constructed, 'start' and 'end' span the range of the color
          palette. By default 64 grey tones equidistant chosen from the
          color range  (191, 191, 191) to (255, 255, 255). 

_A_u_t_h_o_r(_s):

     Diethelm Wuertz for the Rmetrics R-port.

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

     ## GreyPalette:
        greyPalette()

