Last data update: 2014.03.03

R: New Democracy and Total Votes in Greece in 2012
VotesGRR Documentation

New Democracy and Total Votes in Greece in 2012

Description

New Democracy and Total Votes per prefecture in the double parliamentary elections in Greece in May and June 2012, respectively

Usage

data(VotesGR)

Format

A data frame with 51 observations on the following 8 variables.

MapCode2

a numeric vector of codes for joining this data to a map

NAME_ENG

a alphanumeric vector of prefecture names in greeklish

X

a numeric vector of x coordinates

Y

a numeric vector of y coordinates

NDJune12

a numeric vector of votes for New Democracy in June 2012 parliamentary elections

NDMay12

a numeric vector of votes for New Democracy in May 2012 parliamentary elections

AllJune12

a numeric vector of total valid votes in June 2012 parliamentary elections

AllMay12

a numeric vector of total valid votes in May 2012 parliamentary elections

Details

The X,Y coordinates refer to the geometric centroids of the 51 Prefectures in Greece in 2011. All electoral districts in the Attica Region have been merged to one. The two electoral regions in Thessaloniki have also been merged to a single region matching the NUTS II regions geography.

Source

The shapefile of the corresponding polygons is available from the Public Open Data of the Greek Government at http://geodata.gov.gr/en/dataset/oria-nomon-okkhe. The election results (votes) are available from the Hellenic Ministry of Interior at http://www.ypes.gr/en/Elections/NationalElections/Results/.

References

Paper in preparation to be presented in the 10th International Congress of the Hellenic Geographical Society, Thessaloniki, 22-24/10/2014

Examples

data(VotesGR)
plot(VotesGR$NDJune12,VotesGR$NDMay12)
abline(0,1)

Results