| Title: | Add land polygons to ggplot2 maps |
|---|---|
| Description: | Add land polygons to ggplot2 maps. |
| Authors: | Pieter Provoost [aut, cre] (ORCID: <https://orcid.org/0000-0002-4236-0384>) |
| Maintainer: | Pieter Provoost <[email protected]> |
| License: | `use_mit_license()` |
| Version: | 0.0.2 |
| Built: | 2026-06-10 07:34:17 UTC |
| Source: | https://github.com/pieterprovoost/landr |
This geom adds land polygons from OpenStreetMap to ggplot2 maps.
geom_landr(after = 0, simplified = FALSE)geom_landr(after = 0, simplified = FALSE)
simplified |
return simplified polygons. |
after |
index of the layer after which the land polygons should be added. Set to 0 to add at the bottom. |
Load land polygons from OpenStreetMap.
get_land_polygons(simplified = FALSE)get_land_polygons(simplified = FALSE)
simplified |
return simplified polygons. |
This package adds land polygons from OpenStreetMap to ggplot2 maps.
Pieter Provoost, [email protected]