drawTauValue {CoopGame} | R Documentation |
Draw tau-value for 3 or 4 players
Description
drawTauValue draws the tau-value for 3 or 4 players.
Usage
drawTauValue(v, holdOn = FALSE, colour = NA, label = TRUE, name = "Tau value")
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)
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
References
Branzei R., Dimitrov D. and Tijs S. (2006) Models in cooperative game theory, Springer, p. 32
Tijs S. (1981) "Bounds for the core of a game and the t-value", In: Moeschlin, O. and Pallaschke, D. (Eds.): Game Theory and Mathematical Economics, North-Holland, pp. 123–132
Stach I. (2011) "Tijs value", Encyclopedia of Power, SAGE Publications, pp. 667–670
Examples
library(CoopGame)
v <-c(1,2,3,60,60,60,142)
drawTauValue(v,colour="green")