Hello, When plotting from R in the command line (run in the Terminal, not as R.app), it behaves oddly.
If I simply type a command to plot something (e.g. hist(rnorm (1000)) ), nothing happens. If I type quartz(), an empty quartz window opens, but the mouse cursor always turns into a spinning beachball when passing over it. I can plot to this window, but I cannot move or close it, because of the beach ball. Calling the quartz.save() function referenced in the R Mac FAQ returns 'Error: could not find function "quartz.save"'. Everything works fine inside R.app though. Running R in an X11 xterm works fine too, but quartz graphics are nicer. Is there a way to fix the problem with getting quartz graphics from the terminal? Thanks, Emmanuel _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
