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

To explain: This OPERATOR ALLOWS you to add OBJECTS to a ggplot or THEME OBJECT.



Discussion

No Comment Found

Related InterviewSolutions