[R-SIG-Mac] saving a quartz-plot as pdf

Steve Revilak steve at srevilak.net
Sun Jan 18 03:04:54 CET 2009


> From: Ferdinand 
> Date: Sun, 18 Jan 2009 01:52:26 +0100

> is there a command for exporting the current plot as a pdf-file?
>
> I tried dev.copy(pdf) but it generated a pdf-file I couldn't open ("broken").

Try

   quartz.save("my.pdf", type="pdf");



More information about the R-SIG-Mac mailing list