InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used to plot multiple histograms?(a) multi.plot()(b) multi.hist(c) xyplot.multi()(d) poly()I got this question in an internship interview.The question is from Linear Regression topic in chapter Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» The correct option is (B) multi.hist |
|