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




______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to