geofacet
geofacet copied to clipboard
How to Highlight a State
Hello! Can we highlight a region on the map? For example, I want to highlight a state or a few states with red outlines on the grid (us_state_grid1). If so, can you write you code in your answer? Thanks so much!
Something like this should work. Just replace facet_grid() with facet_geo(), etc.
It works! Thanks, Ryan.