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:

     A variant of the X11 graphics device for use with the GNOME GUI.

_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.

_D_e_t_a_i_l_s:

     The GTK device is only available when running under UNIX with
     `--gui=gnome'.  Under that circumstance it is the default
     (auto-launched) device, but `x11' can also be used.

     The device has a toolbar in the GNOME style.

_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.gtk.org> for the `GTK+' (GIMP Tool Kit)
     libraries.

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

     `x11', `Devices'.

