stat_funnelcount: Add funnel plot boundaries.

View source: R/stat_funnelcount.R

stat_funnelcountR Documentation

Add funnel plot boundaries.

Description

Add funnel plot boundaries.

Usage

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,
  ...
)

Arguments

ci_limits

The limit to be used in computing the boundary (default = 0.95).

step

Step to use in drawing the boundary (default = 0.5).

Value

ggplot stat


farhadsalimi/registryr documentation built on June 24, 2022, 12:23 a.m.