Q. In ggplot2, how do you customize the appearance of axis ticks?
β
Correct Answer: (A)
theme(axis.ticks = element_line(color = "red"))
You must be Logged in to update hint/solution