Re: [R] Plots automatically closing when using RScript

2009-06-02 Thread Rhizomorph
'abc.png');plot(1:10);dev.off()" && abc.png > > On Mon, Jun 1, 2009 at 3:23 PM, Rhizomorph wrote: >> >> I would like to be able to run an R script from the command line using >> RScript.exe. The problem is, my script generates some plots which are &g

[R] Plots automatically closing when using RScript

2009-06-01 Thread Rhizomorph
I would like to be able to run an R script from the command line using RScript.exe. The problem is, my script generates some plots which are being automatically closed as soon as the script reaches its end. Is there a way to force the plot windows to remain open until the user explicitly closes th