gtk                   package:base                   R Documentation

_G_T_K+ _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:

     This is a graphics device similar to the X11 device but using the
     Gtk widgets. This is now available via a separate package -
     gtkDevice - and can be used independently of the GNOME GUI for R.
     This package also allows a device to embedded within a Gtk-based
     GUI developed using the RGtk package. The gtkDevice package is
     available from CRAN.

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

     gtk(display="", width=7, height=7, pointsize=12)
     GTK(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.

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

     Original version by Lyndon Drake lyndon@stat.auckland.ac.nz.
     Reorganization by Martyn Plummer and Duncan Temple Lang.

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

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

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

     'x11', 'Devices'.

