R/utils.R
mean_sd_v.Rd
Define ggplot summary function to return mean +/- SD VERTICAL
ggplot
mean_sd_v(x)
Numeric vector
Data frame with xmin, x, and xmax summaries
mean_sd_v(rnorm(100))#> ymin y ymax #> 1 -0.7415233 0.1434329 1.028389