sf_Pitch_US_Population_2016_v1 {tilegramsR} | R Documentation |
sf_Pitch_US_Population_2016_v1
Description
A 'sf' object where each polygon equals 500K people
A 'sf' object where each polygon represents a state
A 'sf' object of centroids of each state
Usage
sf_Pitch_US_Population_2016_v1
sf_Pitch_US_Population_2016_v1.states
sf_Pitch_US_Population_2016_v1.centers
Format
sf
Examples
## Not run:
library(leaflet)
library(tilegramsR)
data <- sf_Pitch_US_Population_2016_v1
leaflet(data,
options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>%
addPolygons()
## End(Not run)
[Package tilegramsR version 0.2.0 Index]