stv.plots: Makes webpage plots of result of an STV election

View source: R/stv_plots.R

stv.plotsR Documentation

Makes webpage plots of result of an STV election

Description

Makes webpage plots of result of an STV election

Usage

stv.plots(elecdata, outdirec = tempdir(), webdisplay = FALSE, map = FALSE)

Arguments

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

Value

Webpages with plots of election count and results

Examples

c99result=stv(c99)
c99plots=stv.plots(c99result)
nws17wig=stv.wig(nws17)
nws17plots=stv.plots(nws17wig)

pref documentation built on May 29, 2024, 2:02 a.m.