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

Macintosh Quickdraw Graphics Device

Description

This command starts the graphics device driver for the Macintosh.

Usage

macintosh(width = 5, height = 5, pointsize = 12)

Arguments

width

the (nominal) width of the plotting window in inches.

height

the (nominal) height of the plotting window in inches.

pointsize

the default pointsize of plotted text.

Details

Selecting Print from the file menu when the graphics window is active will spool the graph to the printer. However, it is usually more effective to use Copy to copy the graph to the scrap for pasting directly into a Macintosh application such as WriteNow or Word.

See Also

postscript, device.


[Package base version 1.5.0 ]