pl_choropleth: Plot Choropleth Map with County Level Data

Description Usage Examples

Description

Plot Choropleth Map with County Level Data

Usage

1
2
pl_choropleth(.data, index, palette = c("RdBu", "Spectral"),
  theme = NULL, print = TRUE)

Examples

1
2
3
4
5
6
## Not run: 
compare_nye_normal %>%
  filter(year == 2018) %>%
  pl_choropleth(index = urban_idx, palette = 'Spectral')

## End(Not run)

liao961120/railwayViz documentation built on June 9, 2019, 2:43 a.m.