View source: R/stat-summaryh.R
mean_se_h | R Documentation |
For use with stat_summaryh
. Corresponding function for
vertical geoms is mean_se()
mean_se_h(x, mult = 1)
x |
numeric vector |
mult |
number of multiples of standard error |
A data frame with columns x
, xmin
, and xmax
.
x <- rnorm(100)
mean_se_h(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.