Skip to contents

Creates a World base map that can be added to a ggplot object. Spatial layers come from the Natural Earth project (https://www.naturalearthdata.com/) and are defined in the Robinson coordinate system.

Usage

geom_basemap()

Value

A ggplot object.

Examples

# Attach packages ----
library("forcis")
library("ggplot2")

# World basemap ----
ggplot() +
  geom_basemap()