forest_panel {forestmodel} | R Documentation |
Create definition of a panel for forest_model
Description
Create definition of a panel for forest_model
Usage
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 |
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
[Package forestmodel version 0.6.2 Index]