table_plot: table plot

View source: R/table-plot.R

table_plotR Documentation

table plot

Description

Private helper to record and tabulate confidence intervals. Called internally by forest_constructor

Usage

table_plot(
  tbl,
  summary_label,
  ID,
  r = 5.5,
  l = 5.5,
  tbl_titles = NULL,
  plotdata,
  text_size,
  y_limit,
  y_breaks,
  y_lines
)

Arguments

summary_label

(optional) labeler function created using ggplot2::as_labeller. Labels for group and metagroup.

r, l

parameters corresponding to the plot margin for the confidence intervals

plotdata

dataframe constructed by forest_constructor

text_size

numeric. Text size for labels. Must be at least 3.5

madata

dataframe constructed by forest_constructor


metrumresearchgroup/pmforest documentation built on Aug. 11, 2024, 11:21 a.m.