InterviewSolution
Saved Bookmarks
| 1. |
Which of the following d takes two columns and spreads them into multiple columns?(a) ggmissplot(b) printplot(c) print.ggplot(d) ggplotI have been asked this question in final exam.My doubt stems from Data Wrangling in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» Correct ANSWER is (C) print.ggplot |
|