Description Usage Arguments Value Author(s) Examples
View source: R/CardinalityGame.R
Game vector for a cardinality game:
For further information see cardinalityGame
1 |
n |
represents the number of players |
Game vector for the cardinality game
Johannes Anwander anwander.johannes@gmail.com
Jochen Staudacher jochen.staudacher@hs-kempten.de
1 2 3 4 5 6 7 | library(CoopGame)
cardinalityGameVector(n=3)
library(CoopGame)
(v <- cardinalityGameVector(n=4))
#[1] 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.