GermanExtraSeats | R Documentation |
Numbers of extra seats (Ueberhangmandate and Ausgleichsmandate) needed to satisfy the German election rules
data(GermanExtraSeats)
A data frame with 20 observations on these 2 variables.
Year
Election year
Number
Number of extra seats needed
This dataset is used in Chapter 26, "German Election 2021–what happened?".
German election results from https://www.bundeswahlleiter.de
data(GermanExtraSeats, package="GmooG")
library(tidyverse)
ggplot(GermanExtraSeats, aes(Year, Number)) + geom_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.