st_shp: State Cartogram Shapefile

Description Usage Format Author(s) Examples

Description

State Cartogram Shapefile

Usage

1

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 50 rows and 3 columns.

Author(s)

Daniel Donner http://dkel.ec/map

Examples

1
2
3
4
library(ggplot2)
library(ggthemes)

ggplot(st_shp) + geom_sf() + theme_map()

kuriwaki/donner-map documentation built on March 8, 2021, 5:31 a.m.