powered by
Convert matrix x to a list with each row as an element
CreateListsCol(x)
matrix to be converted to list
# NOT RUN { tmp <- matrix(0, nrow = 10, ncol = 5) tmp_list <- CreateListsCol(tmp) # }
Run the code above in your browser using DataLab