Q28
How do you create a stem-and-leaf plot for a numeric variable values in R?
A.
stemleaf(values)
B.
create_stemleaf(values)
C.
geom_stemleaf(mapping = aes(x = values))
AnswerD.
plot_stemleaf(values)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board