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() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) geom_bar(position = "horizontal")