Re: [R] Graphics after invoking R from the command line

2007-11-28 Thread Mithun Jacob
me that it's not possible to run graphics in batch mode? Thanks for all the help! Regards, Mithun On 11/28/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Wed, 28 Nov 2007, Mithun Jacob wrote: > > > I've tried running graphics commands like plot by invoking R

[R] Graphics after invoking R from the command line

2007-11-28 Thread Mithun Jacob
I've tried running graphics commands like plot by invoking R at the command line but the graphics window does not appear. I'm using R-2.6.0 on Windows XP and am using the cmd shell. Here's a sample session: R --slave --save --file=- x<-c(1,2,3,4) plot(x,x) This leads to nothing. I've found a way