Vidyalelo
R Programming · Q33

Data Structures in R Programming

Programming · R Programming · question 33

Q33

What will be the output of the following R code? > x x[1, ]

A.
1 3 5
Answer
B.
2 3 5
C.
3 3 5
D.
file

Answer: Option A

Solution

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