lpr {cwhmisc} | R Documentation |
If an object name is given, that object will be printed, otherwise the current plot will be printed (assuming a Postscript printer)
lpr(object, file="Rplotlpr.ps", ...)
object |
The object to be printed. |
file |
A file name. If missing, the current plot will be printed. |
... |
Additional parameters for dev.copy . |
Ray Brownrigg ray@mcs.vuw.ac.nz