InterviewSolution
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) ggmissplotI have been asked this question in final exam.This key question is from ggplot2 topic in portion Profiling, Simulation and Data Analysis of R Programming |
|
Answer» CORRECT ANSWER is (b) ggplot.data.frame To ELABORATE: Default list of aesthetic mappings are displayed. |
|