[R] merge numerous columns of unequal length
T.D.Rudolph
prairie.picker at gmail.com
Tue May 6 00:46:28 CEST 2008
I have numerous objects, each containing continuous data representing the
same variable, movement rate, yet each having a different number of rows.
e.g.
d1<-as.matrix(rnorm(5))
d2<-as.matrix(rnorm(3))
d3<-as.matrix(rnorm(6))
How can I merge these three columns side-by-side in order to create a table
regardless of the difference in length? I wish to analyze the output in a
spreadsheet format.
Thanks!
Tyler
--
View this message in context: http://www.nabble.com/merge-numerous-columns-of-unequal-length-tp17071464p17071464.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list