Plot one iteration of a Vote object, detailing voter positions, status quo, voting outcome, voter indifference circles and the winset.

# S3 method for Vote
plot(x, iter = 1, xlim = NULL, ylim = NULL,
  trace = NULL, ...)

plot_roles(x, iter = NULL)

plot_coalition(x, iter = NULL)

Arguments

x

An object of class Vote.

iter

The iteration for which the plot should be generated.

xlim

Limits of the x-axis, defaults to NULL.

ylim

Limits of the y-axis, defaults to NULL.

trace

Integer indicating how many iterations back the status quo should be traced via a line segment, defaults to NULL.

...

Additional keyword arguments.