Q. What will be the output of the following R code?
> m <- matrix(nrow = 2, ncol = 3)
> dim(m)
β
Correct Answer: (B)
2 3
You must be Logged in to update hint/solution