sf_DKOS_CD_Hexmap_v1.1: sf_DKOS_CD_Hexmap_v1.1

Description Usage Format Examples

Description

A 'sf' object where each polygon equals one congressional district

A 'sf' object where each polygon represents a state

A 'sf' object of centroids of each state

Usage

1
2
3
4
5

Format

sf

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(leaflet)
library(tilegramsR)
data <- sf_DKOS_CD_Hexmap_v1.1
leaflet(data,
  options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>%
  addPolygons()

## End(Not run)

tilegramsR documentation built on May 1, 2019, 9:15 p.m.