InterviewSolution
Saved Bookmarks
| 1. |
________ modify a ggplot or theme object by adding on new components.(a) +.gg(b) -.gg(c) /.gg(d) .ggI have been asked this question in unit test.I would like to ask this question from ggplot2 topic in chapter Profiling, Simulation and Data Analysis of R Programming |
|
Answer» The correct answer is (a) +.gg |
|