Gnome                package:graphics                R Documentation

_G_N_O_M_E _D_e_s_k_t_o_p _G_r_a_p_h_i_c_s _D_e_v_i_c_e

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

     'gnome' starts a GNOME compatible device driver. GNOME is an
     acronym for *G*NU *N*etwork *O*bject *M*odel *E*nvironment.

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

     gnome(display="", width=7, height=7, pointsize=12)
     GNOME(display="", width=7, height=7, pointsize=12)

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

 display: the display on which the graphics window will appear. The
          default is to use the value in the user's environment
          variable 'DISPLAY'.

   width: the width of the plotting window in inches.

  height: the height of the plotting window in inches.

pointsize: the default pointsize to be used.

_N_o_t_e:

     This device was never completed, and will be removed in R 2.0.0.

     The GNOME device is only available when explicitly desired at
     configure/compile time, see the toplevel 'INSTALL' file.

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

     Lyndon Drake lyndon@stat.auckland.ac.nz

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

     <URL: http://www.gnome.org> and <URL: http://www.gtk.org> for the
     'GTK+' (GIMP Tool Kit) libraries.

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

     'x11', 'Devices'.

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

     ## Not run: 
     gnome(width=9)
     ## End(Not run)

