forest_plot_grid: Create a grid of forest plots

Description Usage Arguments Value

Description

Makes use of the stored layout information in a forest_plot plot to create grids of plots.

Usage

1
2
3
4
5
6
7
forest_plot_grid(
  ...,
  nrow = NULL,
  ncol = NULL,
  byrow = TRUE,
  plot_grid_args = list()
)

Arguments

...

Pass individual plots returned by forest_plot, or lists of such plots (bare lists will be spliced).

nrow, ncol

Specify the grid (one is sufficient, uses auto layout if both are null)

byrow

If the plots are given in by-row, or by-column (byrow=FALSE) order

plot_grid_args

Additional arguments to the plot_grid function which is used to create the grid.

Value

Return value of plot_grid


survivalAnalysis documentation built on Feb. 11, 2022, 5:07 p.m.