InterviewSolution
Saved Bookmarks
| 1. |
Which of the following draws plot on current graphics device?(a) ggmissplot(b) printplot(c) print.ggplot(d) ggfluctuationThe question was asked in my homework.Asked question is from ggplot2 in chapter Profiling, Simulation and Data Analysis of R Programming |
|
Answer» CORRECT OPTION is (c) print.ggplot The best I can explain: print.ggplot is ALSO known as plot.ggplot. |
|