Learn R Programming

SciencesPo (version 1.02.12)

addErrorBar: Add Error Bars on the Graph

Description

Draw error bars on the graph.

Usage

addErrorBar(x, y, ebl, ebu = ebl, length = 0.08, ...)

Arguments

x
coordinates for the error bars, or simply the name of the graph.
y
coordinates for the center of the error bars, which is the group means.
ebl
length of the error bars, which should be 1 se in each direction.
ebu
the error bars.
length
the length.
...
typically additional noninteresting arguments to pass.

encoding

UTF-8