| world | R Documentation |
A spatial vector of the world countries. This is a simplified version of the countries110 from rnaturalearth R package.
A SpatVector object.
No return value. Used with function vect to
bring vector variables to analysis.
m <- terra::vect(system.file("extdata",
"world.gpkg",
package = "kuenm2"))
terra::plot(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.