forest_plot_grid {survivalAnalysis}R Documentation

Create a grid of forest plots

Description

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

Usage

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


[Package survivalAnalysis version 0.3.0 Index]