Q12
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))
AnswerD.
hist_plot(variable)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board