Plot Means and Standard Deviations in R ggplot2
Mean values and standard deviations (SD) can easily be plotted using the ggplot2 package in R. The same approach can also be used to plot the means and confidence intervals. In that case, you plot the lower and upper confidence limits instead of the mean-SD and mean+SD respectively. First, we compute the means and standard…