Use inside concat() / wrap_plots() (or a design) to leave a gap.
Examples
a <- vplot(mtcars) |> mark_point(x = wt, y = mpg)
concat(a, plot_spacer(), a, plot_spacer(), ncol = 2)
Use inside concat() / wrap_plots() (or a design) to leave a gap.
a <- vplot(mtcars) |> mark_point(x = wt, y = mpg)
concat(a, plot_spacer(), a, plot_spacer(), ncol = 2)