Saved Bookmarks
| 1. |
__________ create a complete ggplot appropriate to a particular data type.(a) autoplot(b) is.ggplot(c) printplot(d) qplot_ggplot |
|
Answer» Correct answer is (a) autoplot The explanation: autoplot uses ggplot2 to draw a particular plot for an object of a particular class in a single command. |
|