Q. In ggplot2, how do you customize the appearance of axis ticks? (A) theme(axis.ticks = element_line(color = "red")) (B) customize_ticks(color = "red") (C) axis_ticks(color = "red") (D) scale_x_continuous(ticks = "red") ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) theme(axis.ticks = element_line(color = "red"))