error.bars: nice standard errors for plots

View source: R/error.bars.R

error.barsR Documentation

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

See Also

segments


ehrlinger/l2boost documentation built on April 28, 2022, 7:29 a.m.