Rdocumentation
powered by
Learn R Programming
cwhmisc (version 1.0.0)
lpr: Print an object or plot
Description
If an object name is given, that object will be printed, otherwise the current plot will be printed (assuming a Postscript printer)
Usage
lpr(object, file="Rplotlpr.ps", ...)
Arguments
object
The object to be printed.
file
A file name. If missing, the current plot will be printed.
...
Additional parameters for
dev.copy
.