Que: How could be the matrix constructed by using the following R code?

m <- matrix(1:6, nrow = 2, ncol = 3)
a. row-wise
b. column-wise
c. any manner
d. data insufficient
Answer: column-wise

Leave a Comment