Skip to contents

Use inside concat() / wrap_plots() (or a design) to leave a gap.

Usage

plot_spacer()

Value

A spacer placeholder.

Examples

a <- vplot(mtcars) |> mark_point(x = wt, y = mpg)
concat(a, plot_spacer(), a, plot_spacer(), ncol = 2)