InterviewSolution
Saved Bookmarks
| 1. |
__________ create a complete ggplot appropriate to a particular data type.(a) autoplot(b) is.ggplot(c) printplot(d) qplot_ggplotThis question was posed to me during an online exam.This question is from ggplot2 in portion Profiling, Simulation and Data Analysis of R Programming |
|
Answer» Correct answer is (a) autoplot |
|