Skip to contents

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

Usage

drc_reg

Format

A Simple feature collection with 26 features and 4 fields:

country

Country name

reg

Region (province) name

area

Region area (m2)

reg_display

Title case version of reg

Source

Legacy (ie. I don't know).

Examples

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