windows.options can be used to set or view
(if called without arguments) the default values for the arguments of
windows. windows.options needs to be called before calling windows,
and the default values it sets can be overridden by supplying
arguments to windows.
windows.options(..., reset = FALSE)width, height, pointsize,
record, rescale, xpinch, ypinch,
bg, canvas, gamma, xpos, ypos,
buffered, restoreConsole, clickToConfirm,
title, fillOddEven and antialias can be supplied.reset = TRUE and ... are supplied the defaults
are first reset to the factory-fresh values and then the new
values are applied. Option antialias applies to screen devices (windows,
win.graph, X11 and x11)). There is a separate option,
bitmap.aa.win, for bitmap devices with type = "windows".
windows, ps.options.