Q14
How do you customize the color of data points based on a categorical variable color_var in a ggplot2 scatter plot?
A.
scale_color_manual(values = color_var)
AnswerB.
scale_color_identity()
C.
color = color_var
D.
aes(color = color_var)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board