# S3 method for redist_map
plot(x, fill = NULL, by_distr = FALSE, adj = FALSE, ...)
Value
ggplot2 object
Arguments
x
the redist_map object
fill
<data-masking> If
present, will be used to color the map units. If using data masking, may
need to explicitly name argument fill=... in non-interactive
contexts to avoid S3 generic issues.
by_distr
if TRUE and fill is not missing and, color by
district and indicate the fill variable by shading.
adj
if TRUE, force plotting the adjacency graph. Overrides
by_distr.
...
passed on to redist.plot.map (or
redist.plot.adj if adj=TRUE).
Useful parameters may include zoom_to, boundaries, and
title.