[R] Change rows and columns

Mat matthias.weber at fnt.de
Tue Jan 29 16:08:22 CET 2013


Hello together,

how can i change rows and columns in R?

I have a data.frame like this one:

     1st round | 2nd round
1   1:2               2:2
2   2:3               1:0
3   0:0               1:1

and now i want to change for further processing my rows and columns.

                             1       2       3
1st round           1:2    2:3    0:0
2nd round          2:2   1:0    1:1

can you help me?

Thanks.

Mat



--
View this message in context: http://r.789695.n4.nabble.com/Change-rows-and-columns-tp4656965.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list