Saved Bookmarks
| 1. |
Which of the following creates a new ggplot plot from a data frame?(a) qplot_ggplot(b) ggplot.data.frame(c) ggfluctuation(d) ggmissplot |
|
Answer» Correct answer is (b) ggplot.data.frame To elaborate: Default list of aesthetic mappings are displayed. |
|