displayScheme          package:RGtkViewers          R Documentation

_D_i_s_p_l_a_y _c_o_l_o_r _s_c_h_e_m_e _o_n _R _d_e_v_i_c_e

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

     This presents a display of the  given colorscheme by plotting
     colored rectangles using the  colors overlayed on a  rectangle
     drawn in the background color  and with each rectangle labelled by
     the color name drawn in the annotations color of the scheme.

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

     displayScheme(scheme, name)

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

  scheme: the color scheme object (of class 'ColorScheme') giving a
          collection of colors, background and annotations colors.

    name: the name of the color scheme, used as the title of the plot

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

     The return value is of no interest. The side effect is the result
     which generates the plot.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RGtk>, <URL: http://www.ggobi.org>
     <URL: http://www.ggobi.org/data/colorschemes.xml>   <URL:
     http://www.gtk.org>

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

     'colorSchemesView'

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

      

