bset: bset (R6 class)

Description Usage Arguments Format Value References Examples

Description

bset is the R6 class implementation of the modular binary set concept.

Usage

1

Arguments

dimension

The dimension of the modular binary set. (integer)

...

For future usage.

Format

An object of class R6ClassGenerator of length 24.

Value

An object instance of R6 class bset.

References

Examples

1
2
3
4
5
6
bd1 <- bset$new(1);
print(bd1);
bd2 <- bset$new(2);
print(bd2);
bd3 <- bset$new(3);
print(bd3);

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.