Description Usage Arguments Slots
Voter classes are used to represent voters having various roles (Normal, Voter, Agenda Setter).
1 2 3 4 5 6 7 | Voter(position, role = "Normal")
Veto(position)
AS(position)
RandomVoter(position)
|
position |
A position vector or matrix, either indicating the voter's position once (notwithstanding drift and vibration) or for all voting iterations. |
role |
(optional) The role of the voter, one of "Normal", "Veto", "AS" and "Random". Can only be used with the |
position
A position vector or matrix.
dimension
An integer specifying the dimension, defaults to length(position)
if position
is of type vector
or ncol(position)
if position
is of type matrix
.
role
The role of the voter, one of "AS", "Veto", "Normal" and "Random".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.