Category: News

Concatenating Matrices in R

How can I concatenate matrices of same columns but different number of rows? For example, I want to concatenate a (dim(a) = 15 7000) and b (dim(b) = 16 70...