Re: [R] binding matrices

2013-10-16 Thread Jim Holtman
?rbind ?cbind Sent from my iPad On Oct 16, 2013, at 4:57, Mohammad Goodarzi wrote: > I have several matrices with the same size. I want to bind them one after > another. > Can you please let me know how to do it? > > Best Regards, > Mohammad > >[[alternative HTML version deleted]] > > __

[R] binding matrices

2013-10-16 Thread Mohammad Goodarzi
I have several matrices with the same size. I want to bind them one after another. Can you please let me know how to do it? Best Regards, Mohammad [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/ma

Re: [R] Binding matrices of different sizes

2012-02-03 Thread chuck.01
http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=search_page&node=789695&query=cbind+with+different+rows Rambler1 wrote > > I am trying to bind two matrices of different length. They both are one > column and many rows but the rows differ by a few. How am I able to cbind > them toge