Saved Bookmarks
| 1. |
What is a geom in the ggplot2 system?(a) a plotting object like point, line, or other shape(b) a method for making conditioning plots(c) a method for mapping data to attributes like color and size(d) a statistical transformation |
|
Answer» Right option is (a) a plotting object like point, line, or other shape Easy explanation: The bar geom is used to produce 1d area plots. |
|