rscript in cmd window stop
On Feb 6, 2012, at 5:03 PM, Renger van Nieuwkoop wrote:
Hi I am trying to run a R-script in the windows command window: e.g. rscript example.R ... It plots some stuff, but using par(ask=T) doesn't let the plotting pause. Any idea how to do this?
This has been asked and answered before. par(ask=T) is used in interactive sessions and the help page says it's deprecated anyway. Searching with: "script pause" http://finzi.psych.upenn.edu/Rhelp10/2010-February/227093.html
David Winsemius, MD West Hartford, CT