Vidyalelo
R Programming · Q95

Introduction to R Programming

Programming · R Programming · question 95

Q95

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
Answer
C.
any manner
D.
data insufficient

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board