InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a differentiation related aesthetic?(a) aes_position(b) aes_group_order(c) aes_linetype_size_shape(d) ggorderI have been asked this question in an international level competition.I need to ask this question from ggplot2 topic in portion Profiling, Simulation and Data Analysis of R Programming |
|
Answer» RIGHT choice is (C) aes_linetype_size_shape The BEST I can explain: aes_position is POSITION related AESTHETICS. |
|