geom_basemap {forcis}R Documentation

Add a World basemap to a ggplot object

Description

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 package ----
library("ggplot2")

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

[Package forcis version 1.0.1 Index]