plot_bset: plot_bset

Description Usage Arguments Value Examples

Description

Generate a visualization of a binary set, following the general look and feel of the haricot package.

Usage

1

Arguments

d

The binary set to be plotted (R6 class bset).

...

For future usage.

Value

A plotted binary number.

Examples

1
2
3
4
5
6
# R function style:
d <- bset$new(3);
plot_bset(d);

# R6 class method style:
d$plot();

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