Skip to contents

A "PackedSpatVector" containing country polygons from Natural Earth, processed and cleaned for use within the package. Country names were converted to lowercase and had accents removed.

Usage

world

Format

A PackedSpatVector object with country polygons and one attribute:

name

Country name.

Source

Natural Earth data, via rnaturalearthdata.

Details

The dataset is sourced from rnaturalearthdata::map_units110, then:

Examples

data(world)
world <- terra::unwrap(world)
terra::plot(world)