plot.SafeVote.stv: plot() method for the result of an stv() ballot-count

View source: R/stv.R

plot.SafeVote.stvR Documentation

plot() method for the result of an stv() ballot-count

Description

The 'plot' function shows the evolution of the total score for each candidate as well as the quota.

Usage

## S3 method for class 'SafeVote.stv'
plot(x, xlab = "Count", ylab = "Preferences", point.size = 2, ...)

Arguments

x

stv results

xlab, ylab

axis labels

point.size

diameter of elected/eliminated points

...

params for generic plot()

Value

graphics object, with side-effect in RStudio's Plots pane


SafeVote documentation built on Oct. 6, 2024, 1:07 a.m.