Q2
How do you change the color of all points in a ggplot2 scatter plot to red?
A.
color = "red"
AnswerB.
fill = "red"
C.
col = "red"
D.
aes(color = "red")
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board