sf_NPR1to1 {tilegramsR}R Documentation

sf_NPR1to1

Description

A 'sf' object where each polygon represents a state

A 'sf' object of centroids of each state

Usage

sf_NPR1to1

sf_NPR1to1.centers

Format

sf

Examples

## Not run: 
library(leaflet)
library(tilegramsR)
data <- sf_NPR1to1
leaflet(data,
  options=leafletOptions(crs=leafletCRS("L.CRS.Simple"))) %>%
  addPolygons()

## End(Not run)

[Package tilegramsR version 0.2.0 Index]