Vidyalelo
R Programming · Q86

R Programming Basics

Programming · R Programming · question 86

Q86

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

A.
c d
a 1 3
b 2 4
Answer
B.
c d
a 1 2
b 2 3
C.
c d
a 1 3
b 4 2
D.
Error

Answer: Option A

Solution

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