world: World country polygons from Natural Earth

worldR Documentation

World country polygons from Natural Earth

Description

A spatial vector of the world countries. This is a simplified version of the countries110 from rnaturalearth R package.

Format

A SpatVector object.

Value

No return value. Used with function vect to bring vector variables to analysis.

Examples

m <- terra::vect(system.file("extdata",
                             "world.gpkg",
                              package = "kuenm2"))
terra::plot(m)

kuenm2 documentation built on April 21, 2026, 1:07 a.m.