A spatial vector of the world countries. This is a simplified version of the countries110 from rnaturalearth R package.
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)