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