# NOT RUN {
data(fl250)
adj <- redist.adjacency(fl250)
plan <- redist.smc(adj = adj, total_pop = fl250$pop,
nsims = 1, ndists = 4)$plans
core <- redist.identify.cores(adj = adj, plan = plan)
redist.plot.cores(shp = fl250, plan = plan, core = core)
# }
Run the code above in your browser using DataLab