Saved Bookmarks
| 1. |
__________ is interval represented by a vertical line, with a point in the middle.(a) geom_range(b) geom_pointrange(c) printplot(d) geom_contour |
|
Answer» Right choice is (b) geom_pointrange To explain: autoplot uses ggplot2 to draw a particular plot for an object of a particular class in a single command. |
|