Created
January 25, 2018 15:15
-
-
Save seabbs/296b91de97943de42b2d2e72657beb5f to your computer and use it in GitHub Desktop.
Playing with leaflet and TB data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapStates = map("state", fill = TRUE, plot = FALSE) | |
leaflet(data = mapStates) %>% addTiles() %>% | |
addPolygons(fillColor = topo.colors(10, alpha = NULL), stroke = FALSE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment