Learn R Programming

metaviz (version 0.3.1)

internal_viz_thickforest: Internal helper function of viz_thickforest and viz_forest to create a thick forest plot

Description

Creates a thick forest plot. Called by viz_thickforest and viz_forest for type = "thick"

Usage

internal_viz_thickforest(
  plotdata,
  madata,
  type = "standard",
  study_labels = NULL,
  summary_label = NULL,
  study_table = NULL,
  summary_table = NULL,
  annotate_CI = FALSE,
  confidence_level = 0.95,
  col = "Blues",
  summary_col = "Blues",
  tick_col = "firebrick",
  text_size = 3,
  xlab = "Effect",
  x_limit = NULL,
  x_trans_function = NULL,
  x_breaks = NULL
)

Arguments