Description Usage Arguments Value Author(s) Examples
getPlayersFromBitVector determines players involved in a coalition from a binary vector.
| 1 | getPlayersFromBitVector(bitVector)
 | 
| bitVector | represents the binary vector | 
playerVector contains the numbers of the players involved in the coalition
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
| 1 2 3 | library(CoopGame)
myBitVector <-c(1,0,1,0)
(players<-getPlayersFromBitVector(myBitVector))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.