Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-27 Thread Abby Spurdle
Here's a solution for Windows, for use with graphics::plot. Using, Linux and grid or ggplot2, may require some modification. (However, I assuming the modifications would be easy to make). You can create a file, say quasi_interactive.r quasi_interactive.r #for use with windows only

Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-27 Thread Abby Spurdle
It is possible to produce interactive-style plots, while running scripts from the terminal. (Or at least, it was, because I've done before). Can I verify, ***which OS*** are you using...??? I'm offsite now. If you're using Windows or Linux, I can check later. (If no one else posts the answer,

Re: [R] Executing an R script and show the plots.

2020-01-27 Thread Abby Spurdle
> An integrated development environment will allow you to concentrate on > learning R > rather on the mechanics of running R in a > non-standard environment. Oh my gosh... The terminal emulator is not a non-standard environment. __

Re: [R] [FORGED] Re: Executing an R script and show the plots.

2020-01-27 Thread Felix Blind
ThanksĀ  a lot you guys, you all were right; I used most of your suggestions as part of the solution. It is a considerable effort to get persistent plots when running an R script. The problem is even when I open an interface with X11() it closes immediately afterwards, when the script is done