Re: [R] Change rows and columns

2013-01-30 Thread John Kane
800 (PST) > To: r-help@r-project.org > Subject: Re: [R] Change rows and columns > > thx, that worked perfekt, but is there any way to convert my Number 1 row > # 123 > up as column description? > > > > -- > View this message in context:

[R] Change rows and columns

2013-01-29 Thread Mat
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.

Re: [R] Change rows and columns

2013-01-29 Thread Mat
thx, that worked perfekt, but is there any way to convert my Number 1 row # 123 up as column description? -- View this message in context: http://r.789695.n4.nabble.com/Change-rows-and-columns-tp4656965p4656969.html Sent from the R help mailing list archive at Nabble.com.