Skip to contents

Countries of Oceania

Usage

oceania

Format

A Simple feature collection with 25 features and 2 fields

name

Country name

continent

Continent name

Examples

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