InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions is typically used to add elements to a plot in the base graphics system?(a) lines()(b) hist()(c) plot()(d) boxplot()I got this question during a job interview.My doubt is from Exploratory Data Analysis topic in chapter Profiling, Simulation and Data Analysis of R Programming |
|
Answer» The CORRECT answer is (d) boxplot() |
|