InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) For quick visualizations and exploratory analysis, usually you want to use the screen device(b) Functions like xyplot in lattice will not default to sending a plot to the screen device(c) Not all graphics devices are available on all platforms(d) None of the mentionedThe question was posed to me at a job interview.Origin of the question is Graphics Devices in portion Data Analysis and Research of Data Science |
|
Answer» Correct option is (b) Functions like xyplot in LATTICE will not default to sending a plot to the SCREEN device |
|