Learn R Programming

redist (version 3.0.7)

redist.plot.plans: Plot a district assignment

Description

Plot a district assignment

Usage

redist.plot.plans(plans, draws, geom, qty = NULL)

Arguments

plans

a redist_plans object.

draws

the plan(s) to plot. Will match the draw column of x.

geom

the redist_map geometry to use

qty

the quantity to plot. Defaults to the district assignment.

Value

A ggplot

Examples

Run this code
# NOT RUN {
library(dplyr)
data(iowa)

iowa = redist_map(iowa, existing_plan=cd_2010, pop_tol=0.05, total_pop = pop)
plans = redist_smc(iowa, nsims=100, silent=TRUE)
redist.plot.plans(plans, c(1, 2, 3, 4), iowa)

# }

Run the code above in your browser using DataLab