convert_bset_to_character_vector: convert_bset_to_character_vector

Description Usage Arguments Value Examples

Description

Takes a binary set a returns a vector of character representations.

Usage

1

Arguments

binary_set

A binary set (R6 Class bset)

...

For future usage

Value

A vector where each item correspond to a binary number of the binary set (character vector)

Examples

1
2
3
4
5
6
# R function style:
b1 <- bset$new(dimension = 3);
convert_bset_to_character_vector(b1);

# R6 method style:
b1$convert_to_character_vector();

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