【发布时间】:2016-06-12 14:29:35
【问题描述】:
考虑一下:
library(ggplot2)
data <- c(1,0,1,1,0)
qplot( as.factor(data) ) +
geom_bar(width=1) +
labs(x="Merged", y="Count")
我可以在一定程度上控制宽度,例如1
【问题讨论】:
考虑一下:
library(ggplot2)
data <- c(1,0,1,1,0)
qplot( as.factor(data) ) +
geom_bar(width=1) +
labs(x="Merged", y="Count")
我可以在一定程度上控制宽度,例如1
【问题讨论】: