ggplot2中的前缀gg表示什么?
A. grammar of group
B. graphic of group
C. graphic of grammar
D. grammar of graphic
ggplot2语法图层之间的叠加采用什么符号
A. +
B. -
C. *
D. /
ggplot2图形语法的底层绘图函数是
A. geom_xxx()
B. ggplot()
C. qplot()
D. ggplot2()
以下哪个几何对象是绘制直方图的
A. gome_point()
B. geom_bar()
C. geom_histogram()
D. geom_boxplot()