default_forest_panels {forestmodel}R Documentation

Default panels for forest_model

Description

Default panels for forest_model

Usage

default_forest_panels(
  model = NULL,
  factor_separate_line = FALSE,
  measure = NULL,
  trans_char = "I"
)

Arguments

model

model object to guess label and determine defaults

factor_separate_line

changes defaults for widths of variable depending on whether factors have their name on separate line

measure

label for main forest plot

trans_char

character representation of transform for axes

Value

'list' ready to be passed to 'forest_model'


[Package forestmodel version 0.6.2 Index]