I had a matrix with 32 rows 15820 columns.I tried to add few more cols using cbind.
Added 1st column - cor <- c(1,2,3,.....32) dfx <- cbind(cor,dfx1) df