InterviewSolution
Saved Bookmarks
| 1. |
________ level plotting functions that start a new plot.(a) High(b) Low(c) Medium(d) SimpleThis question was posed to me during an internship interview.I want to ask this question from Graphics with R topic in portion Distributions, Graphics & Neural Networks of R Programming |
|
Answer» RIGHT choice is (a) High The best explanation: R has a variety of graphics FUNCTIONS. High-level plotting functions will start a new PLOT. Low-level plotting functions that add ELEMENTS to an existing plot. |
|