[R] get plot in a window when running R in the shell

bogdan romocea br44114 at gmail.com
Mon May 16 15:47:04 CEST 2005


Dear useRs,

On a GNU/Linux box I want to run some code from the command line. This works
   #!/bin/sh
   R --vanilla -q --gui=X11 < code.r
however I want the plots to appear in a window (as it happens when the
code is run interactively) instead of being saved in 'Rplots.ps'. Is
that doable?

Thank you,
b.




More information about the R-help mailing list