Alpha 0.000 1.000 2.000 3.000 3.000
Beta 1.000 0.000 2.000 3.000 3.000
Gamma 2.000 2.000 0.000 3.000 3.000
Delta 3.000 3.000 3.000 0.000 1.000
Epsilon 3.000 3.000 3.000 1.000 0.000
Usually, we can store the matrix in txt using write.table() in R. But it takes a very long time to store a matrix with 40000 rows and columns. Is there any more efficient way to store it?