[R] How to combine matrices?

FMH kagba2006 at yahoo.com
Tue Sep 22 18:40:29 CEST 2009


Dear All,

Let a, b and c are three matrices with same no. of column but different no. of row.

a <- matrix(1, 1, 2)
b <- matrix(2, 2, 2)
c <- matrix(3, 3, 2)

Could someone help me to combine these matrices together as a single matrix?

Thank you
Fir







More information about the R-help mailing list