forest_plot_grid | R Documentation |
Makes use of the stored layout information in a forest_plot
plot to
create grids of plots.
forest_plot_grid(
...,
nrow = NULL,
ncol = NULL,
byrow = TRUE,
plot_grid_args = list()
)
... |
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 |
Return value of plot_grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.