1.

__________ produces box-and-whisker plots.(a) xyplot(b) dotplot(c) barchart(d) bwplotThe question was asked in an interview.Enquiry is from Exploratory Data Analysis in division Profiling, Simulation and Data Analysis of R Programming

Answer»

Right ANSWER is (d) bwplot

The best explanation: Bwplot plots a series of VERTICAL box-and-whisker plots where the individual boxplots represent the data subdivided by the value of some factor. OPTIONALLY the y-axis may be scaled logarithmically. Dotplot produces CLEVELAND dot plots. Barchart produces bar plots.



Discussion

No Comment Found

Related InterviewSolutions