题目内容

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()

linetype设置为1,那么线的类型是

A. 实线
B. 虚线
C. 点线
D. 点横线

答案查题题库