Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.A41.4.61b.0504060755380.29154@homer03.u.washington.edu>
Date: 2005-04-06T14:58:39Z
From: Thomas Lumley
Subject: R can not show plots (in Mac OS X terminal)
In-Reply-To: <8fd570ba16c5ebba4138b99d95f5444b@rwth-aachen.de>

On Wed, 6 Apr 2005, David Ruau wrote:

> Hi,
> You should use X11. It doesn't work in Terminal.
> You can use the basic Xterm in X11 or like I do Aterm.

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()
>  x11(display=":0")


 	-thomas