Q29
In ggplot2, how do you customize the appearance of axis ticks?
A.
theme(axis.ticks = element_line(color = "red"))
AnswerB.
customize_ticks(color = "red")
C.
axis_ticks(color = "red")
D.
scale_x_continuous(ticks = "red")
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board