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? Thanks Renger __________________________________________________ Renger van Nieuwkoop Goldiwilstrasse 16 F / 3600 Thun Tel +41 33 221 53 05 / +41 79 818 53 73 mailto: renger at vannieuwkoop.ch
rscript in cmd window stop
2 messages · Renger van Nieuwkoop, David Winsemius
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