[R] How to wait for a user response in Rscript?

Alfredo arios at ufl.edu
Sun Sep 6 23:44:17 CEST 2009


Sorry, did not realize that it was for Rscript

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Peng Yu
Sent: Sunday, September 06, 2009 5:24 PM
To: r-help at stat.math.ethz.ch
Subject: Re: [R] How to wait for a user response in Rscript?

Hi,

The following script will run without asking me anything.

$ Rscript plot.R
> x=1:10
> y=1:10
> X11()
> plot(x,y)
> par(ask=T)
>

Regards,
Peng

On Sun, Sep 6, 2009 at 11:55 AM, RIOS,ALFREDO ARTURO<arios at ufl.edu> wrote:
> Hi Peng
>
> I think this is what you are looking for
>
> par(ask=T)
>
> Alfredo
>
>
> On Sun Sep 06 12:52:31 EDT 2009, Peng Yu <pengyu.ut at gmail.com> wrote:
>
>> Hi,
>>
>> In 'example(barplot)' running in R, I see 'Hit <Return> to see next
>> plot:', then R waits for my input. I am wondering how to wait for a
>> user response in Rscript.
>>
>> Regards,
>> Peng
>>
>> ______________________________________________
>> 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.
>>
>>
>
>
>
> --
> RIOS,ALFREDO ARTURO
>
>

______________________________________________
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.




More information about the R-help mailing list