InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is discrete state calculator?(a) discrete_scale(b) ggpcp(c) ggfluctuation(d) ggmissingThis question was addressed to me at a job interview.My question comes from ggplot2 in portion Profiling, Simulation and Data Analysis of R Programming |
|
Answer» CORRECT choice is (c) ggfluctuation For explanation I would say: ggpcp is used to create a PARALLEL COORDINATE PLOT. |
|