powered by
For use with stat_summaryh. Corresponding function for vertical geoms is mean_se()
stat_summaryh
mean_se()
mean_se_h(x, mult = 1)
A data frame with columns x, xmin, and xmax.
x
xmin
xmax
numeric vector
number of multiples of standard error
x <- rnorm(100) mean_se_h(x)
Run the code above in your browser using DataLab