Arrange a list of plots in a grid

pm_grid(x, ..., ncol = 2)

Arguments

x

a list of plots

...

passed to plot_grid

ncol

passed to plot_grid

Details

The cowplot package must be installed to use this function.

Examples

data <- pmplots_data_obs() plot <- wres_cont(data, x = c("WT", "ALB")) pm_grid(plot)
#> Loading required namespace: cowplot
#> `geom_smooth()` using formula 'y ~ x'
#> `geom_smooth()` using formula 'y ~ x'