Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Created October 21, 2014 13:46
Show Gist options
  • Save hectorperez/9cc06a391cb2a14a1da7 to your computer and use it in GitHub Desktop.
Save hectorperez/9cc06a391cb2a14a1da7 to your computer and use it in GitHub Desktop.
x11 error in r when using plot (ios)
plot(t,heading,'l')
> Error in (function (display = "", width, height, pointsize, gamma, bg, :
> X11 module cannot be loaded
quartz()
plot(t,heading,'l')
> worked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment