sf_NPR1to1: sf_NPR1to1

Description Usage Format Examples

Description

A 'sf' object where each polygon represents a state

A 'sf' object of centroids of each state

Usage

1
2
3

Format

sf

Examples

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

## End(Not run)

Example output

Loading required package: sf
Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1

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