powered by
Given a elec.data object, count the votes as reported and determine winner(s) and loser(s).
countVotes(Z)
the elec.data object.
Updated 'Z' matrix with the total votes as components inside it.
# NOT RUN { Z = make.cartoon() ## Take away 20 percent of C1's votes. Z$V$C1 = Z$V$C1 * 0.8 ## Count again to find winner. Z = countVotes(Z) Z # }
Run the code above in your browser using DataLab