Q13
In ggplot2, how do you add a smooth line to a scatter plot?
A.
geom_smooth()
AnswerB.
smooth_line()
C.
geom_line_smooth()
D.
line_smooth()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board