Q. In R, how do you create a histogram for a numeric variable variable?
β
Correct Answer: (C)
geom_histogram(mapping = aes(x = variable))
You must be Logged in to update hint/solution