Skip to content

Instantly share code, notes, and snippets.

@eponvert
Created January 20, 2013 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eponvert/4579131 to your computer and use it in GitHub Desktop.
Save eponvert/4579131 to your computer and use it in GitHub Desktop.
.Rprofile to load quartz graphics, and deal with distorted quartz device (window) on Mac OS X Lion
Sys.setenv("R_INTERACTIVE_DEVICE" = "quartz")
setHook(packageEvent("grDevices", "onLoad"), function(...) grDevices::quartz.options(dpi = 70))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment