gtk {base} | R Documentation |
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.
gtk(display="", width=7, height=7, pointsize=12)
GTK(display="", width=7, height=7, pointsize=12)
display |
the display on which the graphics window will appear.
The default is to use the value in the user's environment variable
|
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. |
Original version by Lyndon Drake lyndon@stat.auckland.ac.nz. Reorganization by Martyn Plummer and Duncan Temple Lang.
http://www.gtk.org for the GTK+
(GIMP Tool Kit) libraries.
x11
,
Devices
.