Skip to content
Prev 226973 / 398500 Next

how can achive step by step execution of the script

No - devAskNewPage is not what the OP asked for.


1. The following are, but probably only work when R is in interactive mode
(?interactive), e.g. in the GUI:

2. ?winDialog   ?file.choose  ?choose.files  ?select.list  ?readline
and friends
 and for keyboard: ?getGraphicsEvent


Bert Gunter
Genentech Nonclinical Biostatistics
 
 
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Allan Engelhardt
Sent: Friday, July 09, 2010 8:43 AM
To: vijaysheegi
Cc: r-help at r-project.org
Subject: Re: [R] how can achive step by step execution of the script

Sounds like you want devAskNewPage(TRUE) or the related 
options("device.ask.default").  See help("devAskNewPage", 
package="grDevices").

Hope this helps.

Allan
On 09/07/10 13:54, vijaysheegi wrote:
is
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.