pm_grid.Rd
Arrange a list of plots in a grid
pm_grid(x, ..., ncol = 2)
a list of plots
passed to plot_grid
plot_grid
The cowplot package must be installed to use this function.
data <- pmplots_data_obs() plot <- wres_cont(data, x = c("WT", "ALB")) pm_grid(plot)#> Loading required namespace: cowplot