redist.plot.trace | R Documentation |
For a statistic in a redist_plans
object,
make a traceplot showing the evolution of the statistic over MCMC iterations.
redist.plot.trace(plans, qty, district = 1L, ...)
plans |
the |
qty |
|
district |
for |
... |
passed on to |
A ggplot
library(dplyr)
data(iowa)
iowa_map <- redist_map(iowa, existing_plan = cd_2010, pop_tol = 0.05)
plans <- redist_mergesplit_parallel(iowa_map, nsims = 200, chains = 2, silent = TRUE) %>%
mutate(dem = group_frac(iowa_map, dem_08, dem_08 + rep_08)) %>%
number_by(dem)
redist.plot.trace(plans, dem, district = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.