Examveda
Examveda

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: Option B


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming