Title: | Add land polygons to ggplot2 maps |
---|---|
Description: | Add land polygons to ggplot2 maps. |
Authors: | Pieter Provoost [aut, cre] |
Maintainer: | Pieter Provoost <[email protected]> |
License: | `use_mit_license()` |
Version: | 0.0.2 |
Built: | 2024-11-22 03:05:35 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]