card.set.func | R Documentation |
These functions create objects of class
card.set.func
, card.game
, or card.capacity
from an object of class numeric
.
card.set.func(object)
card.game(object)
card.capacity(object)
lower.capacity(n)
upper.capacity(n)
uniform.capacity(n)
object |
An object of class |
n |
An object of class |
Return objects of class card.set.func
, card.game
, or card.capacity
.
card.capacity-class
,
card.game-class
,
card.set.func-class
.
card.set.func(4:-2)
card.game(c(0,-2:2))
card.capacity(0:5)
lower.capacity(3)
upper.capacity(4)
uniform.capacity(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.