powered by
errorbars (x, y, top, bottom = top, length = .2, add = TRUE, ...)
## add bars to existing plots plot (1:10, 1:10, col = 4, pch = 18) errorbars (1:10, 1:10, .5, col = 4) ## or create a new plot errorbars (1:10, 1:10, 2, add = FALSE)
Run the code above in your browser using DataLab