This function adds error bars to an existing barplot.
addErrorBars(means, errors, two.side = FALSE)
None.
vector of means plotted in the barplot
vector of standard errors (signle positive values) to be plotted.
should the error bars be two-sided?
Steve Horvath and Peter Langfelder