1.

Which of the following is true about the base plotting system?(a) Margins and spacings are adjusted automatically depending on the type of plot and the data(b) Plots are typically created with a single function call(c) Plots are created and annotated with separate functions(d) The system is most useful for conditioning plotsI had been asked this question in an international level competition.My query is from Exploratory Data Analysis topic in division Profiling, Simulation and Data Analysis of R Programming

Answer»

Right option is (c) Plots are created and annotated with separate functions

For explanation I would SAY: Functions like ‘plot’ or ‘hist’ typically CREATE the plot on the graphics device and functions like ‘lines’, ‘text’, or ‘POINTS’ will annotate or add data

to the plot.



Discussion

No Comment Found

Related InterviewSolutions