Renders a forest plot from plot_subgroup_results_forestplot().
render_forestplot(x, newpage = TRUE)Invisibly returns the grob object.
An fs_forestplot object from plot_subgroup_results_forestplot().
Logical. Call grid.newpage() before drawing. Default: TRUE.
To control plot sizing, create a custom theme using create_forest_theme()
and pass it to plot_subgroup_results_forestplot():
my_theme <- create_forest_theme(base_size = 14, row_padding = c(6, 4))
result <- plot_subgroup_results_forestplot(..., theme = my_theme)
render_forestplot(result)