Skip to content

Instantly share code, notes, and snippets.

@Nowosad
Created April 28, 2018 20:05
Show Gist options
  • Save Nowosad/37ddb6a4ab4c21a27c62e0f33ab9562a to your computer and use it in GitHub Desktop.
Save Nowosad/37ddb6a4ab4c21a27c62e0f33ab9562a to your computer and use it in GitHub Desktop.
library(sf)                              
#> Linking to GEOS 3.6.1, GDAL 2.1.4, proj.4 4.9.3
library(spData)                          
library(tmap)                            
                                         
tm_shape(nz) +                           
tm_polygons() +                          
tm_compass(position = c("left", "top")) +
tm_scale_bar()                           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment