bix: Bix attributes

Description Usage Arguments Examples

View source: R/dice.R

Description

bix provides access to the bix attribute of a variable. The first form returns the value of the levels of its argument and the second sets the attribute.

Usage

1
2
3
bix(d)

bix(d) <- value

Arguments

d

a "dice" object

value

value to begin index at

Examples

1
2
3
4
5
6
d <- dice(6)
d
bix(d)
bix(d) <- 3
d
expand(d)

AkselA/R-ymse documentation built on March 21, 2020, 9:52 a.m.