InterviewSolution
Saved Bookmarks
| 1. |
____________ produces one-dimensional scatterplots.(a) xyplot(b) stripplot(c) barchart(d) bwplotThis question was addressed to me in semester exam.This intriguing question originated from Exploratory Data Analysis topic in chapter Profiling, Simulation and Data Analysis of R Programming |
|
Answer» RIGHT option is (B) stripplot Explanation: This function ALONG with other high-level Lattice functions, respond to a common SET of ARGUMENTS. |
|