Skip to content
Prev 43132 / 398506 Next

Graphical Windows

On Thu, 22 Jan 2004, Sebastien Durand wrote:

            
Your graphs are going to the file Rplots.ps, which you can view with
Preview after closing the file in R with
In terminal mode the way to get displays on the screen is with the X11
driver, for which you need an X11 server (such as the one Apple supplies
with Panther).

Start X11 and then in your R session do
to open a display device.

The RAqua GUI has a Quartz display device that is run by default, but
getting it to work outside the GUI is still under development.


	-thomas