Saved Bookmarks
| 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 plots |
|
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. |
|