postscript(file="Rplots.ps", paper="a4", landscape=TRUE, width, height, pointsize=12, bg="white", fg="black")
file
| the name of a file to print to, it must be a quoted string. |
paper
|
the size of paper in the printer. The choices are
"a4", "letter", "legal" and "executive".
|
landscape
| the orientation of the printed image, a logical. |
width,height
| the width, and height of the graphics region in inches. The default is to use the entire page. |
pointsize
| the default point size to be used. |
bg
| the default background color to be used. |
bg
| the default foreground color to be used. |
file is opened and the PostScript commands needed to
plot any graphics requested are stored in that file.
This file can then be printed on a suitable device to obtain hard
copy.
x11, macintosh, device.