Skip to contents

Countries of Africa

Usage

africa

Format

A Simple feature collection with 54 features and 2 fields

name

Country name

continent

Continent name

Examples

ggplot2::ggplot(africa) +
  ggplot2::geom_sf(fill = '#2e4473',
                   color = 'white') +
  ggplot2::theme_void()