View source: R/stat_funnelcount.R
stat_funnelcount | R Documentation |
Add funnel plot boundaries.
stat_funnelcount( mapping = NULL, data = NULL, geom = "ribbon", group = ci_cat, position = "identity", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, ci_limits = 0.95, step = 0.5, ... )
ci_limits |
The limit to be used in computing the boundary
(default = |
step |
Step to use in drawing the boundary
(default = |
ggplot stat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.