forest_panel: Create definition of a panel for 'forest_model'

Description Usage Arguments Value

View source: R/forest_panel.R

Description

Create definition of a panel for forest_model

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
forest_panel(
  width,
  item = c("", "forest", "vline"),
  display = NULL,
  display_na = NULL,
  hjust = NULL,
  heading = NULL,
  fontface = NULL,
  linetype = NULL,
  line_x = NULL,
  parse = NULL,
  width_group = NULL
)

Arguments

width

relative width of the panel

item

specification of which type of item to use; overridden if display is not missing

display

bare expression that specifies the variable or expresion to display

display_na

what to display if a value is NA

hjust

horizontal justification

heading

heading to be used (defaults to the variable name)

fontface

fontface to use

linetype

line type to use

line_x

position for dashed line in forest plot

parse

whether text should be parsed as expressions

width_group

grouping used when recalcualting widths of panels

Value

panel definition as a list


forestmodel documentation built on July 19, 2020, 5:06 p.m.