A simplified and packed SpatVector of the world country polygons. The
spatial data was originally obtained from rnaturalearth::ne_countries
.
Borders have been simplified by removing vertices of borders using
terra::simplifyGeom
.It's necessary unpack the Spatvectos using
terra::unwrap
@usage data(world_fauna) biomes <- terra::unwrap(world_fauna)
world_fauna
A SpatVector
with 258 geometries and 1 attribute:
The name of the country (argentina, brazil, colombia, etc.)