Home / Report Question

Q. In ggplot2, how do you create a bar plot with horizontal bars?
  • A. geom_bar(position = "horizontal")
  • B. bar_plot_horizontal()
  • C. geom_barh()
  • D. bar_horizontal()

Correct Answer: A