Displaying 1 result from an estimated 1 matches for "redpr".
Did you mean:
redir
2005 Feb 08
0
RE: [R] Windows Printing and Line Widths
...ever, I had an extremely difficult time getting postscript printing
under windows.
?postscript recommends the RedMon suite of tools for printing PS files
to printers. I had no trouble installing and using this utility from my
shell, but under R, I observed this odd behavior:
options(printcmd='redpr')
plot(1:10)
dev.print(file = "Rplots.ps", print.it = TRUE)
dev.off()
## Nothing happens!!
q()
## Now it prints
That is, the file only prints when the R session is closed, and not when
the device is closed (contrary to the documentation). After some head
banging, I changed the printc...