Description Usage Arguments Value Examples
View source: R/ggplot2_summaries.R
Compute 20
as fun.data
in ggplot2's stat_summary
.
1 | win_mean_se(x)
|
x |
A numeric vector. |
A tibble with columns ymin
, mean
, and ymax
.
1 2 3 | x <- rnorm(200)
win_mean_se(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.