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)
| x | An object of class |
|---|---|
| iter | The iteration for which the plot should be generated. |
| xlim | Limits of the x-axis, defaults to |
| ylim | Limits of the y-axis, defaults to |
| trace | Integer indicating how many iterations back the status quo should be traced via a line segment, defaults to |
| ... | Additional keyword arguments. |