R/quorum.R
reached_quorum_total.Rd
Base implementation, used by quorum_any()
and quorum_all()
.
reached_quorum_total(votes_matrix, quorum_total)
votes matrix
Vote threshold a party must reach for all votes cast. Used as quota of total votes if less than 1, otherwise as number of votes. Must be greater than 0.
boolean vector with length equal to the number of lists/parties
(votes_matrix
rows) whether they reached the quorum or not