What Will Be The Output Of The Following R Codep Pre Langrsplus #297
What will be the output of the following R code?</p> <pre><code class="language-rsplus"> > x <- 1:4 > y <- 6:9 > z <- x + y > z </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 R - Data Storage, Formats, Objects and Operations - Vectorized Operations - Quiz No.1.
What will be the output of the following R code?
> x <- 1:4 > y <- 6:9 > z <- x + y > z
7 9 11 13
7 9 11 13 14
9 7 11 13
NULL