Re: [R] Simple matrix transformation question

2012-04-24 Thread Henry
Jeff, Thanks we are looking at that (reshape2 and dcast) now. -Henry -- View this message in context: http://r.789695.n4.nabble.com/Simple-matrix-transformation-question-tp4585044p4585247.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Simple matrix transformation question

2012-04-24 Thread Henry
Jeff, Thanks we are looking at that (reshape2 and dcast) now. -Henry -- View this message in context: http://r.789695.n4.nabble.com/Simple-matrix-transformation-question-tp4585044p4585246.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Simple matrix transformation question

2012-04-24 Thread Jeff Newmiller
library(reshape2) ?dcast --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing

Re: [R] Simple matrix transformation question

2012-04-24 Thread Henry
I didn't say how I would read it in... I assume just read in using read.table but I didn't try that. So I guess that is another part of the question. -- View this message in context: http://r.789695.n4.nabble.com/Simple-matrix-transformation-question-tp4585044p4585112.html Sent from the R help ma

[R] Simple matrix transformation question

2012-04-24 Thread Henry
I know this is likely very simple. I want to change a matrix that was given to me not sorted by timestamp to sorted by timestamp. It was sorted by CRAH_Name. There are 264k records initially. The CRAH names start at 11 and go to 98 but there are a number of missing values (CRAH_Name), total ap