set.func {kappalab} | R Documentation |
Create objects of class "set.func", "game", or "capacity".
Description
These functions create objects of class set.func
,
game
, or capacity
from objects of class numeric
.
Usage
set.func(object)
game(object)
capacity(object)
Arguments
object |
An object of class |
Value
Return objects of class set.func
, game
, or capacity
.
See Also
capacity-class
,
game-class
,
set.func-class
.
Examples
set.func(-12:3)
game(c(0,rep(-1,15)))
capacity(0:15)
[Package kappalab version 0.4-12 Index]