Pitch_US_Population_2016_v1 {tilegramsR}R Documentation

Pitch_US_Population_2016_v1

Description

A 'SpatialPolygonsDataFrame' where each polygon equals 500K people

A 'SpatialPolygonsDataFrame' where each polygon represents a state

A 'SpatialPointsDataFrame' of centroids of each state

Usage

Pitch_US_Population_2016_v1

Pitch_US_Population_2016_v1.states

Pitch_US_Population_2016_v1.centers

Format

A SpatialPolygonsDataFrame

Examples

## Not run: 
library(leaflet)
library(tilegramsR)
spdf <- Pitch_US_Population_2016_v1
leaflet(spdf) %>% addPolygons()

## End(Not run)

[Package tilegramsR version 0.1.4 Index]