R/quorum.R
reached_quorum_any_district.Rd
Base implementation, used by quorum_any()
and quorum_all()
.
reached_quorum_any_district(votes_matrix, quorum_districts)
votes matrix
Vote threshold a party must reach in at least one district. Used as quota of total votes within a district 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