Bargraph: Internal Function

Description Usage Arguments Value

View source: R/Bargraph.R

Description

Creates the actual forest plot. Called by Forest_Plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Bargraph(
  source_tbl,
  study,
  group_var = NULL,
  type = "Sensitivity",
  median = "sens",
  lci = "sens.ci.lower",
  uci = "sens.ci.upper",
  weightmark = NULL
)

Arguments

source_tbl

Dataframe containing the meta-analysis data

study

Index column for unique study identifier e.g. "Obelix 50 B.c."

type

Type of Data shown (e.g. Sensitivity). Is X axis Lable

median

Median

lci

Lower boundary of confidence interval

uci

Upper boundary of confidence interval

weightmark

column with values for weightings

Value

none


moritzlindner/metaplot documentation built on May 10, 2021, 9:38 p.m.