Skip to contents

National level sf data for Liberia.

Usage

liberia_nat

Format

A Simple feature collection with 1 feature and 3 fields:

country

Country name

area

Zone area (m2)

country_display

Full and formatted name of country

Source

OCHA West and Central AFrica via humdata (2022).

Examples

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