Vidyalelo
R Programming · Q13

Data Visualization with ggplot2

Programming · R Programming · question 13

Q13

In ggplot2, how do you add a smooth line to a scatter plot?

A.
geom_smooth()
Answer
B.
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