reached_quorums | R Documentation |
Apply a list of quorum functions to a votes matrix
reached_quorums(votes_matrix, quorum_funcs)
votes_matrix |
votes matrix |
quorum_funcs |
List of quorum functions. If list, the attribute "type"
must be set which indicates whether This is a low-level implementation for quorum calculations and is
called within |
Logical vector with length equal to the number of lists/parties (votes_matrix
rows) showing whether they reached the quorum or not.
quorum_all()
, quorum_any()
to create a list of quorum functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.