What Will Be The Output Of The Following R Codep Pre Langrsplus #163
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > m <- 1:10 > m </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 Nuts and Bolts and Getting Data In and Out - Data Types - Quiz No.4.
What will be the output of the following R code?
> m <- 1:10 > m
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9 10 11
0 1 2 3 4 5 6 7 8 9 10
10 9 8 6 5 4 2 3 1 2