Q. How do you create a histogram in ggplot2 for a numeric variable named variable? (A) geom_histogram(x = variable) (B) histogram(variable) (C) geom_hist(mapping = aes(x = variable)) (D) hist_plot(variable) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) geom_hist(mapping = aes(x = variable))