InterviewSolution
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 transformationThe question was asked by my school teacher while I was bunking the class.The above asked question is from Exploratory Data Analysis topic in section Profiling, Simulation and Data Analysis of R Programming |
|
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. |
|