map_theme | R Documentation |
A simple theme that works well for maps made with sf. Black border all around, and redundant lat/lon labels removed.
map_theme(...)
... |
Ellipse are passed to ggplot2::theme() function allowing users |
Returns ggtheme
ggplot2::ggplot(mtcars) + map_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.