rk.printer.device {rkward} | R Documentation |
Creates a device operating on a temporary file (internally a
postscript
() device). When the device is closed, it is
printed, automatically, using the KDE print dialog (if installed).
rk.printer.device(...)
... |
arguments are passed to |
Typically this device is used with dev.print
, as shown in the
example, below.
Returns the name of the underlying temporary file, invisibly.
Thomas Friedrichsmeier rkward-devel@kde.org
postscript
, dev.print
,
rk.graph.on
## Not run: plot (rnorm (10)) dev.print (rk.printer.device)