Not sure if that title makes sense, but I'm struggling trying to figure out code that would let me plot multiple numbers for one thing. For example, if I wanted to plot and compare the top 5 contributions received for each party.
It depends on the type of graph you're looking for, but geom_point will work. Or, you could filter for each of the parties for the top 5 contributors then facet-wrap on parties. Something like that?
Not sure if that title makes sense, but I'm struggling trying to figure out code that would let me plot multiple numbers for one thing. For example, if I wanted to plot and compare the top 5 contributions received for each party.