powered by
These functions create objects of class set.func, game, or capacity from objects of class numeric.
set.func
game
capacity
numeric
set.func(object) game(object) capacity(object)
Return objects of class set.func, game, or capacity.
An object of class numeric containing the coefficients of the set function in "natural" order. Its length has to be a power of 2.
capacity-class, game-class, set.func-class.
capacity-class
game-class
set.func-class
set.func(-12:3) game(c(0,rep(-1,15))) capacity(0:15)
Run the code above in your browser using DataLab