How Could Be The Matrix Constructed By Using The Following R #26
How could be the matrix constructed by using the following R code?</p> <pre><code class="language-rsplus"> m <- matrix(1:6, nrow = 2, ncol = 3)</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 History, Overview - Overview of R - Quiz No.1.
How could be the matrix constructed by using the following R code?
m <- matrix(1:6, nrow = 2, ncol = 3)
row-wise
column-wise
any manner
data insufficient