R/utils.R
mean_sd_h.Rd
Define ggplot summary function to return mean +/- SD HORIZONTAL
ggplot
mean_sd_h(x)
Numeric vector
Data frame with xmin, x, and xmax summaries
mean_sd_h(rnorm(100))#> xmin x xmax #> 1 -0.9043894 0.1157244 1.135838