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()

The best explanation: text() also can be used to add elements to a PLOT. boxplot() used to add elements to a plot in the base graphics SYSTEM.



Discussion

No Comment Found

Related InterviewSolutions