A simplified and packed SpatVector of the polygons of the biomes present in Brazilian territory. The spatial data was originally obtained from geobr::read_biomes. Borders have been simplified by removing vertices of borders using terra::simplifyGeom. It's necessary unpack the Spatvectos using terra::unwrap

@usage data(biomes) biomes <- terra::unwrap(biomes)

biomes

Format

A SpatVector with 6 geometries and 1 attribute:

name_biome

The name of the biome (Amazon, Caatinga, Cerrado, Atlantic_Forest, Pampa, and Pantanal)