Q. How could be the matrix constructed by using the following R code?
m <- matrix(1:6, nrow = 2, ncol = 3)
m <- matrix(1:6, nrow = 2, ncol = 3)
β
Correct Answer: (B)
column-wise
You must be Logged in to update hint/solution