Vidyalelo
R Programming · Q16

Introduction to R Programming

Programming · R Programming · question 16

Q16

What does the R function seq(1, 10, by = 2) produce?

A.
1, 3, 5, 7, 9
Answer
B.
1, 2, 3, 4, 5
C.
1, 4, 7, 10
D.
2, 4, 6, 8, 10

Answer: Option A

Solution

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