This help topic is for R version 0.60. For the current version of R, try https://stat.ethz.ch/R-manual/R-patched/library/base/html/Devices.html
Devices {base}R Documentation

List of Graphical Devices

Usage

postscript(...)
pictex(...)  
x11(...)
windows(...)
macintosh(...)

Value

The following graphics devices are currently available:

\link{postscript}

Writes PostScript graphics commands into file)

\link{pictex}

Writes LaTeX/PicTeX graphics commands into file

\link{x11}

The graphics driver for the X11 Window system (Unix)

\link{windows}

The graphics driver for MS Windows

\link{macintosh}

The graphics driver for the Macintosh

See Also

the individual help files for further information on any of the devices listed here;

print.plot, save.plot, graphics.off, image.


[Package base version 0.60 ]