eb | R Documentation |
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.
eb(dv, fac, ...)
dv |
Numeric vector. |
fac |
Factors. |
... |
Elipsis for passing arguements |
eb(mtcars$mpg, as.factor(mtcars$cyl), ylab = "Miles per gallon", xlab = "cyl")
library(untidydata)
data(spirantization)
eb(spirantization$cIntensity, as.factor(spirantization$position))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.