pm_grid | R Documentation |
This is a light wrapper around patchwork::wrap_plots()
to
arrange the plots and patchwork::plot_annotation()
to
optionally tag levels in the grid of plots.
pm_grid(x, ncol = 2, tag_levels = NULL, ...)
x |
a list of plots. |
ncol |
passed to |
tag_levels |
passed to |
... |
passed to |
The patchwork package must be installed to use this function.
data <- pmplots_data_obs()
plot <- wres_cont(data, x = c("WT", "ALB"))
pm_grid(plot)
pm_grid(plot, tag_levels = "a")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.