1.

Point out the wrong statement?(a) theme_minimal is minimalistic theme with no background annotations(b) theme_color is classic-looking theme, with x and y axis lines and no gridlines(c) theme_classic is a classic-looking theme(d) translate_qplot_base is used for translating between qplot and base graphicsI have been asked this question during an internship interview.My enquiry is from ggplot2 topic in division Profiling, Simulation and Data Analysis of R Programming

Answer» RIGHT ANSWER is (b) theme_color is classic-looking THEME, with x and y AXIS LINES and no gridlines

The explanation: theme_classic is a classic-looking theme, with x and y axis lines and no gridlines.


Discussion

No Comment Found

Related InterviewSolutions