I am new to R studio. I created a matrix with 25 rows and 8000 columns. m <- matrix(20000,5), ncol = 8000, nrow = 25) I then named my columns like "Variable
m <- matrix(20000,5), ncol = 8000, nrow = 25)