reached_quorum_total: Check if parties reached the quorum for all votes
Description
Base implementation, used by quorum_functions.
Usage
reached_quorum_total(votes_matrix, quorum_total)
Value
Logical vector with length equal to the number of lists/parties (votes_matrix
rows) showing whether they reached the quorum or not.
Arguments
votes_matrix
votes matrix
quorum_total
Vote threshold a party must reach for all votes cast.
Used as fraction of total votes if less than 1, otherwise
as number of votes. Must be greater than 0.