[R] How to pop up the graphics window from Rscript?

Peng Yu pengyu.ut at gmail.com
Sun Sep 6 18:53:14 CEST 2009


Hi,

I am wondering how to pop up the graphics window from Rscript. I run
the following code, but I don't see the graphics window, even
transiently.

Regards,
Peng

$ Rscript plot.R
> x=1:10
> y=1:10
> plot(x,y)
>




More information about the R-help mailing list