funnel_plot.RdFunnel plots based on a dataframe.
funnel_plot( data, plot_title = NA, refline = 0, alpha = 0.4, percent_expansion = 0.05, ci_resolution = 1000 )
| data | A dataframe containing the effect sizes |
|---|---|
| plot_title | A string for the plot title |
| refline | Numeric, position of reference line (defaults to 0) |
| alpha | Numeric, transparency value (between 0 an 1, defaults to 0.4) |
| percent_expansion | Numeric, value for overplotting to avoid clipping |
| ci_resolution | Numeric, number of points to plot confidence interval |