gtk {base} | R Documentation |
A variant of the X11 graphics device for use with the GNOME GUI.
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. |
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.
Lyndon Drake lyndon@stat.auckland.ac.nz
http://www.gtk.org for the GTK+
(GIMP Tool Kit) libraries.
x11
,
Devices
.