PhD '25 Government @harvard.edu.
Studies redistricting with #rstats.
https://christophertkenny.com/
library(redistio)
nm <- alarmdata::alarm_50state_map('NM')
draw(nm, init_plan = nm$cd_2020, palette = wacolors::wacolors$rainier,
layers = list(County = 'county'))
More info: christophertkenny.com/redistio/
library(redistio)
nm <- alarmdata::alarm_50state_map('NM')
draw(nm, init_plan = nm$cd_2020, palette = wacolors::wacolors$rainier,
layers = list(County = 'county'))
More info: christophertkenny.com/redistio/