Mobius.set.func | R Documentation |
These functions create objects of class
Mobius.set.func
, Mobius.game
, or
Mobius.capacity
from an object of class numeric
.
Mobius.set.func(object, n, k)
Mobius.game(object, n, k)
Mobius.capacity(object, n, k)
additive.capacity(v)
n |
An object of class |
k |
An object of class |
object |
Object of class |
v |
An object of class |
Return objects of class Mobius.set.func
, Mobius.game
, or Mobius.capacity
.
Mobius.capacity-class
,
Mobius.game-class
,
Mobius.set.func-class
,
k.truncate.Mobius-methods
.
Mobius.set.func(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
Mobius.game(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
Mobius.capacity(c(0,1,1,2,1,2,1,2,2,3,2),4,2)
additive.capacity(c(1,2,3,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.