[R] Data in Array

FMH kagba2006 at yahoo.com
Tue Sep 8 11:16:49 CEST 2009


Dear All,

I have some data which were stored in few  matrices with different orders. Let have three different matrices a, b and c, which have the same number of column but different number of row.


a <- matrix(1, nrow = 5, ncol = 1)
b <- matrix(2, nrow = 10, ncol = 1)
c <- matrix(3, nrow = 15, ncol = 1)

How could i put all these matrices in an array?

Thank you
Kagba







More information about the R-help mailing list