Hi Friends,
Need help:----I have data frame x z y
ss 1
2
aa 3
0
cc 2
5
i need to arrange x column ,so that it should be in this form x z
y
aa 3 0
ss 1 2
cc 2 5
Can anyone help me on this.
Thanks in Advance
--
View this message in context:
http://r.789695.n4.nabble.com/Arranging-the-data-tp4637865.html
Sent from the R help mailing list archive at Nabble.com.
Hi Arun, Its the same question,but i need to arrange them i a perticular order ,,,which is not in desc or ascending order. Thanks, Namit -- View this message in context: http://r.789695.n4.nabble.com/Arranging-the-data-tp4637865p4637872.html Sent from the R help mailing list archive at Nabble.com.
HI Namit, I did posted a reply on nabble.? Is that the solution you were looking for?? A.K. ----- Original Message ----- From: namit <saileshchowdary at gmail.com> To: r-help at r-project.org Cc: Sent: Thursday, July 26, 2012 1:32 AM Subject: Re: [R] Arranging the data Hi Arun, Its the same question,but i need to arrange them i a perticular order ,,,which is not in desc or ascending? order. Thanks, Namit -- View this message in context: http://r.789695.n4.nabble.com/Arranging-the-data-tp4637865p4637872.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.