A `sf` object where each polygon represents a state

A `sf` object of centroids of each state

sf_DKOS_Distorted_Electoral_College_Map_v1

sf_DKOS_Distorted_Electoral_College_Map_v1.centers

Format

sf

Examples

# NOT RUN {
library(leaflet)
library(tilegramsR)
data <- sf_DKOS_Distorted_Electoral_College_Map_v1
leaflet(data,
  options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>%
  addPolygons()
# }