InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the method symbols in R?(a) Draw symbols(b) Draw other shapes(c) Draw symbols and other shapes(d) Plotting symbols |
|
Answer» The correct option is (b) Draw other shapes The best explanation: The symbols() function can be used to draw other shapes on a plot; for more information about this type ?symbols at the R console. One of six symbols; circles, squares, rectangles, stars, thermometers, and boxplots, can be plotted at a specified set of x and y coordinates. |
|