error.bars: nice standard errors for plots
Description
nice standard errors for plots
Usage
error.bars(x, upper, lower, width = 0.001, max.M = 100, ...)
Arguments
x
Vector of error bar x value locations
upper
Vector of upper error bar limits
lower
Vector of limit error bar limits
width
errorbar line width (default: 0.001)
max.M
maximum number of bars to show in a plot (default: 100)
...
Additional arguments passed to segment function