eb: A function for adding error bars to barplots

Description Usage Arguments Examples

View source: R/eb.R

Description

This function is a wrap around for barplot() that will add error bars. This code was written by Dr. Mike Hammond at the U of A.

Usage

1
eb(dv, fac, ...)

Arguments

dv

Numeric vector.

fac

Factors.

...

Elipsis for passing arguements

Examples

1
eb(mtcars$mpg, as.factor(mtcars$cyl), ylab = "Miles per gallon", xlab = "cyl")

jvcasillas/lingStuff documentation built on April 12, 2021, 6:59 p.m.