Skip to contents

Health zone level sf data for the Democratic Republic of the Congo.

Usage

liberia_reg

Format

A Simple feature collection with 15 features and 4 fields:

country

Country name

reg

Region (county) name

area

Region area (m2)

reg_display

Title case version of reg

Source

OCHA West and Central AFrica via humdata (2022).

Examples

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