1.

__________ produces bivariate scatterplots or time-series plots.(a) xyplot(b) dotplot(c) barchart(d) bwplotThe question was asked by my school principal while I was bunking the class.I want to ask this question from Exploratory Data Analysis topic in portion Profiling, Simulation and Data Analysis of R Programming

Answer»

The CORRECT option is (a) xyplot

Best EXPLANATION: xyplot has points that show the relationship between two sets of DATA. Optionally the y-axis may be scaled logarithmically. DOTPLOT produces CLEVELAND dot plots. barchart produces bar plots.



Discussion

No Comment Found

Related InterviewSolutions