1.

__________ create a complete ggplot appropriate to a particular data type.(a) autoplot(b) is.ggplot(c) printplot(d) qplot_ggplotThis question was posed to me during an online exam.This question is from ggplot2 in portion Profiling, Simulation and Data Analysis of R Programming

Answer»

Correct answer is (a) autoplot

The explanation: autoplot uses ggplot2 to DRAW a particular PLOT for an object of a particular class in a SINGLE command.



Discussion

No Comment Found

Related InterviewSolutions