Created
October 21, 2014 13:46
-
-
Save hectorperez/9cc06a391cb2a14a1da7 to your computer and use it in GitHub Desktop.
x11 error in r when using plot (ios)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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