dev_copy2a4 {hutils} | R Documentation |
Copy device to an A4 PDF
Description
Simply a wrapper around dev.copy2pdf
, but without the need to remember that an A4 sheet of paper is 8.27 in by 11.69 in.
Usage
dev_copy2a4(filename, ...)
Arguments
filename |
A string giving the name of the PDF file to write to, must end in |
... |
Other parameters passed to |
Value
As in dev2
.
[Package hutils version 1.8.1 Index]