OK,

Let x=c(4,2,2)
        y=c(1,5,3)

My result should be c(4,1,2,5,2,3)

Thanks, Shubha
 
-----Original Message-----
From: Doran, Harold [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 23, 2008 6:47 PM
To: Shubha Vishwanath Karanth; [EMAIL PROTECTED]
Subject: RE: [R] Simple... but...

x <-  c(1,3,5)
y <-  c(2,4,6)

sort(c(x,y))

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Shubha 
> Vishwanath Karanth
> Sent: Wednesday, July 23, 2008 8:55 AM
> To: [EMAIL PROTECTED]
> Subject: [R] Simple... but...
> 
> Hi R,
> 
>  
> 
> If 
> 
> x=c(1,3,5)
> 
> y=c(2,4,6)
> 
>  
> 
> I need a vector which is c(1,2,3,4,5,6) from x and y.
> 
>  
> 
> How do I do it? I mean the best way....
> 
>  
> 
> Thanks, Shubha
> 
>  
> 
> This e-mail may contain confidential and/or privileged 
> i...{{dropped:13}}
> 
> ______________________________________________
> 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.
> 
This e-mail may contain confidential and/or privileged i...{{dropped:10}}

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

Reply via email to