Description Usage Arguments Examples
View source: R/plot_turnout_parlgov.R
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/
1 | plot_turnout_parlgov(countryname, german = F)
|
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. |
1 2 3 | plot_turnout_parlgov("Spain")
plot_turnout_parlgov(c("Poland","Germany"), german=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.