quartz.save()
Hello all, I'm having trouble with the quartz.save(), I know this is an undocumented function, and perhaps it is to be removed in 2.7.0. However, I find it very useful though I have been having trouble with it lately. Specifically, I get:
quartz()
plot(0,0)
quartz.save('temp.pdf')
Error in .Call("QuartzSaveContents", device, file, type, list(...)) :
C symbol name "QuartzSaveContents" not in load table
I know that quartz.save() has been discussed recently on the list, but
I didn't see this particular issue addressed.
Thanks
Peter
R GUI r5072
sessionInfo()
R version 2.7.0 beta (2008-04-12 r45280) i386-apple-darwin9.2.2 locale: en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets [6] methods base other attached packages: [1] RMySQL_0.6-0 DBI_0.2-4 circular_0.3-8 [4] boot_1.2-32 nlme_3.1-88 ape_2.1-4 loaded via a namespace (and not attached): [1] grid_2.7.0 lattice_0.17-6 tools_2.7.0