getNumberOfPlayers {CoopGame} | R Documentation |
Get number of players
Description
Gets the number of players from a game vector
Usage
getNumberOfPlayers(v)
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
Value
Number of players in the game (specified by game vector v)
Author(s)
Michael Maerz
Jochen Staudacher jochen.staudacher@hs-kempten.de
Examples
library(CoopGame)
maschlerGame=c(0,0,0,60,60,60,72)
getNumberOfPlayers(maschlerGame)
[Package CoopGame version 0.2.2 Index]