Skip to contents

Countries of South America

Usage

south_america

Format

A Simple feature collection with 13 features and 2 fields

name

Country name

continent

Continent name

Examples

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