Skip to contents

Countries of North America

Usage

north_america

Format

A Simple feature collection with 38 features and 2 fields

name

Country name

continent

Continent name

Examples

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