Re: [R] Hello!

2011-02-27 Thread Rios,Alfredo Arturo
Hi Mark,

I agree that comment was completely unnecessary, but Berton Gunter does
contribute (not defending him) especially, in the "caution make sure you
know what you are doing and consult your local statistician comments." I
would look for the nuggets of wisdom in his comments and ignore the
"extra material." By leaving the list you will be doing yourself a
disservice as in addition to the few people who give good comments +
something else, there is also people who care and give excellent help.
>From this last people I would not only learn stats+R but also about
their generosity and kindness to the other list members.

Alfredo 




On Sun, 27 Feb 2011 08:27:00 -0800, Mark Knecht 
wrote:
> On Sat, Feb 26, 2011 at 10:11 PM, Bert Gunter  wrote:
>> Are you a fan of James Joyce? Is the Caps key on your keyboard broken?
>>
>> -- Bert
> 
> Are your snide comments adding anything to the conversation?
> 
> Do you allow for the possibility of an ESL speaker writing an email to
> this list?
> 
> Do you know that a lot of kids, right or wrong, don't use the Caps key
> in email or test messages.
> 
> Or, far more likely, do you just feel so far superior that you need to
> get yourself off putting people down?
> 
> 
> As for me, this is a farewell to this list which is far and away the
> most negative list I've ever subscribed to. I'll get answers to R
> questions elsewhere. I don't need people like Mr. Berton Gunter in my
> life. (He's now blacklisted in my email tools anyway as he seldom has
> much to offer other than snide comments.)
> 
> Good bye,
> Mark
> 
> __
> R-help@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.

__
R-help@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.


Re: [R] How to pop up the graphics window from Rscript?

2009-09-06 Thread RIOS,ALFREDO ARTURO

maybe

windows()


On Sun Sep 06 12:53:14 EDT 2009, Peng Yu  
wrote:



Hi,

I am wondering how to pop up the graphics window from Rscript. I 
run

the following code, but I don't see the graphics window, even
transiently.

Regards,
Peng

$ Rscript plot.R

x=1:10
y=1:10
plot(x,y)



__
R-help@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@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.


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

2009-09-06 Thread RIOS,ALFREDO ARTURO

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  
wrote:



Hi,

In 'example(barplot)' running in R, I see 'Hit  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@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@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.


Re: [R] Sequence generation

2009-08-29 Thread RIOS,ALFREDO ARTURO


I think should work

rep(c(1,2,3),10)


Alfredo


On Sat Aug 29 15:14:15 EDT 2009, njhuang86  
wrote:




Hey guys,

I was wondering how to create this sequence: 1, 2, 3, 1, 2, 3, 1, 
2, 3, 1,

2, 3... with the '1, 2, 3' repeated over 10 times.

Also, is there a simple method to generate 1, 1, 1, 2, 2, 2, 3, 
3, 3?


Anyways, any help with be greatly appreciated!
-- View this message in context: 
http://www.nabble.com/Sequence-generation-tp25205593p25205593.html

Sent from the R help mailing list archive at Nabble.com.

__
R-help@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@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.