Skip to contents

Create a multi-panel figure with ratio estimate and uncertainty maps side by side.

Usage

plot_map_panel(x, newdata = NULL, ncol = 2, ...)

Arguments

x

A ratiod_fit object with spatial structure.

newdata

Optional data frame with prediction locations.

ncol

Number of columns in the grid. Default 2.

...

Additional arguments passed to plot_map().

Value

A patchwork object (if patchwork is installed) or a list of ggplots.

Examples

# See plot_map() examples for fitting a spatial model
# plot_map_panel(fit)
# plot_map_panel(fit, ncol = 1)