senate_carto {voteogram} | R Documentation |
Produce a Senate cartogram
Description
Produce a Senate cartogram
Usage
senate_carto(vote_tally)
Arguments
vote_tally |
either a |
Value
a ggplot2
object that you can further customize with scales, labels, etc.
Note
No "themeing" is applied to the returned ggplot2 object. You can use theme_voteogram()
if you need a base theme.
Examples
## Not run:
# what you'd normally do
sen <- roll_call("senate", 115, 1, 110)
## End(Not run)
# Using a saved object
sen <- readRDS(system.file("extdata", "sen.rds", package = "voteogram"))
senate_carto(sen)
[Package voteogram version 0.3.2 Index]