Skip to content
Prev 67120 / 398506 Next

R can not show plots (in Mac OS X terminal)

On Wed, 6 Apr 2005, David Ruau wrote:

            
This is not actually true.  It does work in Terminal, you just have to 
specify the DISPLAY, either in the shell before entering R
%  setenv DISPLAY :0
or when you call x11()
-thomas