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.

______________________________________________
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