Q. In ggplot2, how do you create a bar plot with horizontal bars?
β
Correct Answer: (A)
geom_bar(position = "horizontal")
You must be Logged in to update hint/solution