Q. How do you create a histogram in ggplot2 for a numeric variable named variable?
β
Correct Answer: (C)
geom_hist(mapping = aes(x = variable))
You must be Logged in to update hint/solution