Displaying 2 results from an estimated 2 matches for "pdfc".
Did you mean:
pdf
2012 Oct 08
2
device error pdf
Hi,
Iwrote 'pdfc' in analogy to 'lpr':
pdfc <- function (file = "Rplot.pdf") {
current.device <- dev.cur()
dev.off(dev.copy(device = pdf, file = file, ...))
dev.set(current.device)
print(paste(file, "generated."))
}
lpr <- function (object, file = "Rplo...
2012 Oct 22
1
quartz.save of the FAQ (Mac)
...s.
However, using quartz.save ...
There is no function quartz.save in 2-15-1 !
Thanks for correcting the errors in the text and for enlighten me an
quartz.save.
Christian
PS I wrote the following function for saving the quartz window (thanks
\author{Ray Brownrigg \email{ray@mcs.vuw.ac.nz}):
pdfc <- function (file = "Rplot.pdf", ...) {
current.device <- dev.cur()
dev.off(dev.copy(device = pdf, file = file, ...))
dev.set(current.device)
print(paste(file, "generated."))
}
-- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland
Rigiblickstras...