Create and integrate thematic maps in your workflow. This package
helps to design various cartographic representations such as proportional
symbols, choropleth or typology maps. It also offers several functions to
display layout elements that improve the graphic presentation of maps
(e.g. scale bar, north arrow, title, labels). mapsf
maps sf
objects on
base
graphics.
A "Get Started" vignette contains commented scripts on how to create
various maps: vignette(topic = "mapsf", package = "mapsf")
Symbology
These functions display cartographic layers.
mf_map()
Plot a mapmf_label()
Plot labelsmf_raster()
Plot a rastermf_graticule()
Plot graticules
Map layout
These functions are dedicated to the map layout design.
mf_theme()
Set a thememf_shadow()
Plot a shadowmf_background()
Plot a background imagemf_annotation()
Plot an annotationmf_arrow()
Plot a north arrowmf_credits()
Plot creditsmf_layout()
Plot a map layoutmf_title()
Plot a titlemf_scale()
Plot a scale barmf_inset_on()
/mf_inset_off()
Plot an insetmf_worldmap()
Plot a point on a world mapmf_legend()
Plot a legend
Utility functions
mf_export()
Export a mapmf_distr()
Plot a distributionmf_get_links()
Get a link layer from a data.frame of linksmf_get_pal()
Get color palettesmf_get_breaks()
Get class intervalsmf_get_mtq()
Get the 'mtq' datasetmf_get_ratio()
Get map width and height valuesmf_get_pencil()
Get a pencil layer from polygonsmf_get_borders()
Get a border layer from polygons