drawModiclus {CoopGame} | R Documentation |
Draw modiclus for 3 or 4 players
Description
drawModiclus draws the modiclus for 3 or 4 players.
Usage
drawModiclus(v, holdOn = FALSE, colour = NA, label = TRUE, name = "Modiclus")
Arguments
v |
Numeric vector of length 2^n - 1 representing the values of the coalitions of a TU game with n players |
holdOn |
draws in a existing plot |
colour |
draws the geometric object (i.e. point or convex polyhedron) with this colour, all colour names can be seen with "colors()" |
label |
activates the labels for the figure |
name |
set a name for the label |
Value
None.
Author(s)
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Peleg B. and Sudhoelter P. (2007) Theory of cooperative games, 2nd Edition, Springer, pp. 124–132
Sudhoelter P. (1997) "The Modified Nucleolus. Properties and Axiomatizations", Int. Journal of Game Theory 26(2), pp. 147–182
Sudhoelter P. (1996) "The Modified Nucleolus as Canonical Representation of Weighted Majority Games", Mathematics of Operations Research 21(3), pp. 734–756
Examples
library(CoopGame)
v=c(1, 1, 1, 2, 3, 4, 5)
drawModiclus(v)