【发布时间】:2020-03-13 01:11:24
【问题描述】:
如何使列中的数字居中?
bar <- barplot(VADeaths)
text(rep(bar,each=nrow(VADeaths)),as.vector(apply(VADeaths,2,cumsum)),
labels=as.vector(apply(VADeaths,2,cumsum)),
pos=1,cex=1,adj = c(0,0),col="orange",offset = 0.2)
这就是现在的样子:
我需要像这里一样:
我该怎么做?谢谢!
【问题讨论】: