Saved Bookmarks
| 1. |
Point out the correct statement?(a) autoplotgraph is used to complete ggplot appropriate to a particular data type(b) auto_element wraps up a projection of summary functions(c) ggplot.data create a new ggplot plot from a data frame(d) aes_sdensity display a smooth density estimate |
|
Answer» The correct answer is (c) ggplot.data create a new ggplot plot from a data frame Explanation: is.ggplot reports whether x is a ggplot object. |
|