Windows {svGUI}R Documentation

A graphic window displayed in the GUI client (for Windows only!)

Description

This is similar to windows under Windows, but the device is displayed in the GUI client.

Usage

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"))

Arguments

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?

Value

A new graph device is created.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiStart

Examples

    #### TO DO...

[Package svGUI version 0.9-5 Index]