euctrl-pru / pruatlas

🗺️ Atlas and Utilities for PRU Maps
https://pruatlas.ansperformance.eu/
Other
0 stars 0 forks source link

Add example for Choropleth #5

Open espinielli opened 7 years ago

espinielli commented 7 years ago

Something similar to what done in https://github.com/hrbrmstr/albersusa

gg + 
  geom_map(data=us@data, map=us_map,
           aes(fill=pop_2014, map_id=name),
           color="white", size=0.1) +
  coord_proj(us_laea_proj) +
  scale_fill_viridis(name="2014 Populaton Estimates", labels=comma) +
  theme(legend.position="top", 
        legend.key.width=unit(3, "lines"))