Q. How do you change the color of all points in a ggplot2 scatter plot to red? (A) color = "red" (B) fill = "red" (C) col = "red" (D) aes(color = "red") ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) color = "red"