【发布时间】:2014-07-10 12:23:34
【问题描述】:
我正在使用 {plotrix} 包中的 plotCI 函数。请看下图:
如您所见,误差线有两条水平线(一条顶部和一条底部)。有谁知道如何摆脱这些线条?
这是我从here借来的可重现代码:
require(plotrix)
y<-runif(10)
err<-runif(10)
plotCI(1:10,y,err,2*err,lwd=2,col="red",scol="blue",
main="Add colors to the points and error bars")
lines(1:10, y)
【问题讨论】: