Question: 7. Which ggplot option can draw a line chart in R? A) geom_point() B) geom_line() C) geom_smooth(method=lm) D) geom_smooth(linear_regression_line)
7. Which ggplot option can draw a line chart in R?
A) geom_point()
B) geom_line()
C) geom_smooth(method="lm")
D) geom_smooth("linear_regression_line")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
