Skip to content

Instantly share code, notes, and snippets.

@rCarto
Created March 5, 2021 08:34
Show Gist options
  • Save rCarto/195734be4427e37ff86cdf33f223a05f to your computer and use it in GitHub Desktop.
Save rCarto/195734be4427e37ff86cdf33f223a05f to your computer and use it in GitHub Desktop.
library(mapsf)
#> Le chargement a nécessité le package : sf
#> Linking to GEOS 3.7.1, GDAL 3.1.2, PROJ 7.1.0
mtq <- mf_get_mtq()
mf_theme("nevermind")
mf_map(mtq, graticule = st_crs(4326), 
       axes = TRUE, 
       lon = seq(-60,-62, by=-.2), 
       lat = seq(14, 15, by = .2))
mf_title("Madinina")

Created on 2021-03-05 by the reprex package (v1.0.0)

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