Hello developers folks!

First, congratulations for the wonderful work with R.

For science, barplots with error bars are very important. We were wondering that is so easy to use the boxplot function:

boxplot(Spores~treatment, col=treatment_colors)

But there is no such function for barplots with standard deviation or standard error. It becomes a "journey" to plot a simple graph (e.g. https://www.r-bloggers.com/building-barplots-with-error-bars/).

The same way that is easy to use the boxplot function, do you think it is possible to upgrade the barplot function: i.e.: barplot(Spores~treatment, error.bar=standard_error, col=treatment_colors)

Thank you so much!
Daniel, FU-Berlin

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to