Windows {svGUI} | R Documentation |
This is similar to windows
under Windows, but the device is displayed in the GUI client.
Windows(width = 7, height = 7, pointsize = 12, record = getOption("graphics.record"), rescale = c("R", "fit", "fixed"), xpinch, ypinch, bg = "transparent", canvas = "white", gamma = getOption("gamma"), xpos = NA, ypos = NA, buffered = getOption("windowsBuffered"))
width |
The width of the graph device |
height |
The height of the graph device |
pointsize |
The base size of the font |
record |
Should recording mode be turned on? |
rescale |
The way the graph is rescaled |
xpinch |
X aspect ratio of the screen |
ypinch |
Y aspect ratio of the screen |
bg |
Color for the background |
canvas |
Color for the canvas |
gamma |
Gamma correction to apply |
xpos |
X position of the window |
ypos |
Y position of the window |
buffered |
Should the window be buffered? |
A new graph device is created.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...