plot_turnout_parlgov: Plotting Turnout from ParlGov Data

Description Usage Arguments Examples

View source: R/plot_turnout_parlgov.R

Description

This function allows you to easily plot election turnout for european countries. It plots turnout at elections for the national parliament as well as for the european parliaments if available. Data is sourced from the great ParlGov Dataset: Döring, Holger and Philip Manow. 2019. Parliaments and governments database (ParlGov): Information on parties, elections and cabinets in modern democracies. Development version. URL: http://www.parlgov.org/

Usage

1
plot_turnout_parlgov(countryname, german = F)

Arguments

countryname

A vector of strings containing the english names of countries to be plotted.

german

Default=False. If True text in the plot will be printed in German.

Examples

1
2
3
plot_turnout_parlgov("Spain")

plot_turnout_parlgov(c("Poland","Germany"), german=T)

RStelzle/rstfuns documentation built on Oct. 3, 2020, 4:06 p.m.