set.func | R Documentation |
These functions create objects of class set.func
,
game
, or capacity
from objects of class numeric
.
set.func(object)
game(object)
capacity(object)
object |
An object of class |
Return objects of class set.func
, game
, or capacity
.
capacity-class
,
game-class
,
set.func-class
.
set.func(-12:3)
game(c(0,rep(-1,15)))
capacity(0:15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.