states {florabr}R Documentation

SpatVector of the federal states of Brazil

Description

A simplified and packed SpatVector of the polygons of the federal states of Brazil. The spatial data was originally obtained from geobr::read_state. Borders have been simplified by removing vertices of borders using terra::simplifyGeom. It's necessary unpack the Spatvectos using terra::unwrap

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

Usage

states

Format

A SpatVector with 27 geometries and 3 attributes:

abbrev_state

State acronym

name_state

State's full name

name_region

The region to which the state belongs


[Package florabr version 1.2.0 Index]