internal_viz_classicforest: Internal helper function of viz_forest to create a classic...

Description Usage

View source: R/viz_forest_internal.R

Description

Creates a classic forest plot. Called by viz_forest for type = "classic"

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
internal_viz_classicforest(
  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
)

metaviz documentation built on April 14, 2020, 7:16 p.m.