powered by
Gets the number of players from a game vector
getNumberOfPlayers(v)
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players
Number of players in the game (specified by game vector v)
# NOT RUN { library(CoopGame) maschlerGame=c(0,0,0,60,60,60,72) getNumberOfPlayers(maschlerGame) # }
Run the code above in your browser using DataLab