为什么barplot中缺少一个数字?

时间:2016-03-08 22:26:50

标签: r

我的代码

c1 <- c(60,198,102,134,80,94,124,151,102,111,210,118)
names(c1) <- 1:length(c1)

png("s10.png", width=5,height=3.5,units="in",res=800)
barplot(c1, main = "number of points per cluster", 
        col = "dark blue")
op <- par(cex=.64)
par(op)
dev.off()

enter image description here

为什么11缺少?我需要良好的图片,因为我需要为一本受尊重的期刊提交重大修订。

0 个答案:

没有答案