Learn R Programming

itsadug (version 0.8)

horiz_error: Utility function.

Description

Add horizontal error bars.

Usage

horiz_error(y, mean, se, minmax = NULL, ...)

Arguments

y
Vector with y-values.
mean
Vector with means.
se
Vector with errors or confidence bands.
minmax
Optional argument, vector with two values indicating the minimum and maximum value for the error bars. If NULL (default) the error bars are not corrected.
...
Optional graphical parameters (see par).

See Also

Other Utility functions for plotting: addInterval; alphaPalette; alpha; dotplot_error; emptyPlot; errorBars; fadeRug; fill_area; find_difference; getCoords; gradientLegend; plot_error