Re: [R] calling R from a shell script and have it display graphics

2004-02-13 Thread Michael A. Miller
Don == Don MacQueen [EMAIL PROTECTED] writes: I don't know about the simpler part, but you could use the tcltk package to put up a window that prompts the user to continue. Here's a function that does that. I use to prompt the user to choose among printing the current device

Re: [R] calling R from a shell script and have it display graphics

2004-02-13 Thread David Brahm
Christophe Pallier [EMAIL PROTECTED] wrote: I would like to call R from a shell script and have it display a series of graphics. The graphics should remain visible until the user clicks or presses a key. One trick is to use locator(1), which waits for a mouse click on a plot. Here's a minimal

[R] calling R from a shell script and have it display graphics

2004-02-12 Thread Christophe Pallier
Hello, I am running R under Linux/x11. I would like to call R from a shell script and have it display a series of graphics. The graphics should remain visible until the user clicks or presses a key. I first tried R BATCH, but it does not load the x11 module, making it impossible to open x11

Re: [R] calling R from a shell script and have it display graphics

2004-02-12 Thread Don MacQueen
I don't know about the simpler part, but you could use the tcltk package to put up a window that prompts the user to continue. -Don At 11:57 AM +0100 2/12/04, Christophe Pallier wrote: Hello, I am running R under Linux/x11. I would like to call R from a shell script and have it display a

Re: [R] calling R from a shell script and have it display graphics

2004-02-12 Thread Seth Falcon
How about saving to png and writing a small html file and then launching a browser? On Thu, Feb 12, 2004 at 07:45:42AM -0800, Don MacQueen wrote: I don't know about the simpler part, but you could use the tcltk package to put up a window that prompts the user to continue. -Don At