Displaying 1 result from an estimated 1 matches for "brownrig".
Did you mean:
brownrigg
2012 Oct 08
2
device error pdf
...object))
sink()
system(paste("lpr", file))
print(paste(object, "printed."))
}
}
Now, while
> lpr()
[1] "Rplotlpr.ps printed."
is working almost fine (the plot window of Quartz-2 is not sized correctly, what would you suggest, Ray Brownrig \email{ray at mcs.vuw.ac.nz} ?),
with > pdfc()
I get
Error in dev.off(dev.copy(device = pdf, file = file, ...)) :
'...' used in an incorrect context
I searched the Web, but found no hint how to avoid this error. So the culprit could be
device = pdf
On the other hand executing...