1.

What is the purpose of the method plot()?(a) Displays symbols(b) Displays charts(c) Displays symbols and charts(d) Display charactersThe question was posed to me by my college professor while I was bunking the class.My enquiry is from Enhanced JavaScript with R in chapter Sockets of JavaScript

Answer»

Correct choice is (b) DISPLAYS charts

To explain I would say: The most USED plotting function in R programming is the plot() function. It is a generic function, meaning, it has MANY methods which are called according to the TYPE of object passed to plot(). The plot() function will DISPLAY a different type of chart depending on the arguments that you pass into it.



Discussion

No Comment Found

Related InterviewSolutions