Vidyalelo
R Programming · Q80

Data Structures in R Programming

Programming · R Programming · question 80

Q80

Which of the following is example of vectorized operation as far as subtraction is concerned? > x y <- 6:9

A.
x+y
B.
x-y
Answer
C.
x/y
D.
y/x

Answer: Option B

Solution

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