dot-plot_funnel: Internal funnel-plot generator

.plot_funnelR Documentation

Internal funnel-plot generator

Description

Internal funnel-plot generator

Usage

.plot_funnel(
  x,
  label_es = "Effect Size",
  conf_level = c(0.95, 0.99),
  conf_linetype = c("dashed", "dotted"),
  conf_fill = NA,
  conf_alpha = 1,
  null_effect = NA,
  null_conf_level = c(0.9, 0.95, 0.99),
  null_conf_linetype = c("solid", "dashed", "dotted"),
  null_conf_fill = "black",
  null_conf_alpha = c(0, 0.2, 0.4)
)

Arguments

x

An escalc-class object

Value

A funnel plot.

Author(s)

John Sakaluk and Brenton Wiernik


psychmeta documentation built on Aug. 26, 2022, 5:14 p.m.