The image function visualizes the joint distribution of two preferences (if 'all.pref=FALSE') given 'xpref' and 'ypref', as well as the marginal distribution of all preferences (if 'all.pref=TRUE'). The joint distribution can be shown as proportions (if 'proportion=TRUE') or raw vote counts (if 'proportion=FALSE').
image.SafeVote.condorcet.Rd
The image function visualizes the joint distribution of two preferences (if 'all.pref=FALSE') given 'xpref' and 'ypref', as well as the marginal distribution of all preferences (if 'all.pref=TRUE'). The joint distribution can be shown as proportions (if 'proportion=TRUE') or raw vote counts (if 'proportion=FALSE').
Usage
# S3 method for class 'SafeVote.condorcet'
image(x, ...)
Arguments
- x
object of type SafeVote.condorcet
- ...
See arguments for image.SafeVote.stv, especially 'xpref', 'ypref', 'all.pref' and 'proportion'.