pol_pres15 | R Documentation |
Polish Presidential election 2015 data by gminy and Warsaw borough areal units
pol_pres15
sf
data frame object with 2495 areal units and 65 variables
TERYT
, TERYT0
, gm0
TERYT areal unit IDs
name0
original areal unit names
name
cleaned areal unit names
types
factor with levels “Rural”, “Urban”, “Urban/rural” and “Warsaw borough”
I_turnout
First round turnout proportion
II_turnout
Runoff round turnout proportion
I_Duda_share
Winner first round share
II_Duda_share
Winner runoff round share
I_Komorowski_share
Incumbent first round share
II_Komorowski_share
Incumbent runoff round share
I_*
First round aggregated counts of all polling station data
II_*
Runoff round aggregated counts of all polling station data
“PVE” in variable names means “postal voting envelopes”; voters requesting a postal voting package are expected to return a postal voting envelope with a declaration, and a sealed voting envelope to be placed in the ballot box.
Roger Bivand
https://prezydent2015.pkw.gov.pl/319_Pierwsze_glosowanie, https://prezydent2015.pkw.gov.pl/325_Ponowne_glosowanie, http://www.codgik.gov.pl/index.php/darmowe-dane/prg.html
## Not run:
data("pol_pres15", package = "spDataLarge")
wd = aggregate(pol_pres15$I_entitled_to_vote, list(pol_pres15$types), sum)$x
boxplot(I_turnout ~ types, data = pol_pres15, width = wd)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.