reached_quorum_any_district | R Documentation |
Base implementation, used by quorum_any()
and quorum_all()
.
reached_quorum_any_district(votes_matrix, quorum_districts)
votes_matrix |
votes matrix |
quorum_districts |
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. |
Logical vector with length equal to the number of lists/parties (votes_matrix
rows) showing whether they reached the quorum or not.
reached_quorum_total()
(vm = matrix(c(239, 10, 308, 398, 20, 925), nrow = 3))
reached_quorum_any_district(vm, 25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.