Skip to contents

Combines polygons, aggregation raster, mesh, and (if present) a covariate into a 2×2 grid.

Usage

# S3 method for class 'disag_data_mmap'
plot(x, y = NULL, ..., covariate = 1, time = 1, max_categories = 10)

Arguments

x

A `disag_data_mmap` object.

y

Not used (required for S3 method compatibility).

...

Additional arguments passed to plot_prepare_summary.

covariate

Integer or name of the covariate to display (default = 1).

time

Integer time‐slice (default = 1).

max_categories

Maximum number of unique values to consider categorical (default = 10).

Value

A ggdraw object (from cowplot) which can be printed.