Q26
In ggplot2, how do you create a bar plot with horizontal bars?
A.
geom_bar(position = "horizontal")
AnswerB.
bar_plot_horizontal()
C.
geom_barh()
D.
bar_horizontal()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board