I know RScript is non-interactive, but I would like to display figures without running into the R interactive console first (the same way as in python and java).
In other words, I am hoping to be able to run a single build command from command prompt or terminal that runs an R script and displays its figures.
Thanks.