powered by
plot_errbar(..., errbar.x = NULL, errbar.y = NULL, errbar.x.plus = NULL, errbar.x.minus = NULL, errbar.y.plus = NULL, errbar.y.minus = NULL, errbar.tick = 1/50, errbar.lwd = par("lwd"), errbar.lty = par("lty"), errbar.col = par("fg"))
plot_errbar(1:100, rnorm(100, 1, 2), xlab="axe x", ylab="axe y", bty="n", xlim=c(1,100), errbar.x=2, errbar.y=rnorm(100, 1, 0.1))
Run the code above in your browser using DataLab