Vidyalelo
R Programming · Q39

R Programming Basics

Programming · R Programming · question 39

Q39

What will be the output of the following R code? > m dim(m)

A.
3 2
B.
2 3
Answer
C.
2 2
D.
4 5

Answer: Option B

Solution

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