Skip to contents

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)