powered by
A poll of 691 people, with party affiliation collected, asked whether they think it's better to raise taxes on the rich or raise taxes on the poor.
ppp_201503
A data frame with 691 observations on the following 2 variables.
Support for who to raise taxes on.
library(ggplot2) ggplot(ppp_201503, aes(x = party, fill = taxes)) + geom_bar(position = "fill") + labs(x = "Party", x = "Proportion", fill = "Taxes")
Run the code above in your browser using DataLab