Selected Electoral Data for the 1999 National Elections, Argentine Congress (Lower House).

buenosaires

Format

An sf data frame with 209 rows, 20 variables, and a geometry column:

INDRA

Indra Code ID

PROV

Indec Province Code ID

CIRCUNS

Municipality ID

PROVINCIA

Province Name

CIRCUNSCRI

Municipality Name

CIRCUITO

Precinct ID

APR_1

Total Number of Votes for the Center Right APR “Accion por la Republica”

AL_1

Total Number of Votes for the Centrist “Alianza” (Coalition of UCR and FREPASO)

TURNT_1

Total Number of Effective Voters

ELEC_1

Total Number of Registered Voters

VOTPOS_1

Total Number of Valid Votes

AL99CIRC

Percentage of Alianza Votes over Valid Votes

APR99CIR

Percentage of APR Votes over Valid Votes

TURN99CR

Percentage of Effective Votes over Valid Votes

EAST

East Coordinates

NORTH

North Coordinates

NDRANO

Numeric ID

APR99PC

Percentage of APR Votes over Valid Votes

AL99PC

Percentage of Alianza Votes over Valid Votes

TURN99PC

Percentage of Effective Votes over Valid Votes

Source

For further details contact Ernesto Calvo (ecalvo@uh.edu) or Marcelo Escolar (marceloescolar@fibertel.com.ar).

Details

Sf object, undefined Coordinate Reference System.

Examples

if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(buenosaires) plot(buenosaires["VOTPOS_1"]) }