stv.plots | R Documentation |
Makes webpage plots of result of an STV election
stv.plots(elecdata, outdirec = tempdir(), webdisplay = FALSE, map = FALSE)
elecdata |
An R list of results from stv or stv.wig |
outdirec |
A directory for web page output |
webdisplay |
If TRUE displays the main output web page |
map |
A possible extra showing map of election location |
Webpages with plots of election count and results
c99result=stv(c99)
c99plots=stv.plots(c99result)
nws17wig=stv.wig(nws17)
nws17plots=stv.plots(nws17wig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.