This is a light wrapper around patchwork::wrap_plots().
pm_grid(x, ..., ncol = 2)A list of plots.
Passed to patchwork::wrap_plots().
Passed to patchwork::wrap_plots().
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)
#> Loading required namespace: patchwork
#> `geom_smooth()` using formula 'y ~ x'
#> `geom_smooth()` using formula 'y ~ x'