redist.read.enumpart | R Documentation |
Read Results from enumpart
redist.read.enumpart(out_path, skip = 0, n_max = -1L)
out_path |
out_path specified in redist.run.enumpart |
skip |
number of lines to skip |
n_max |
max number of lines to read |
district_membership matrix
Benjamin Fifield, Kosuke Imai, Jun Kawahara, and Christopher T Kenny. "The Essential Role of Empirical Validation in Legislative Redistricting Simulation." Forthcoming, Statistics and Public Policy.
## Not run:
temp <- tempdir()
cds <- redist.read.enumpart(out_path = paste0(temp, "/enumerated"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.