Q. In ggplot2, how do you customize the x-axis labels for a categorical variable category?
β
Correct Answer: (D)
scale_x_discrete(labels = category)
You must be Logged in to update hint/solution