Learn R Programming

rdiversity (version 2.2.0)

binSeq: Binary sequence

Description

Binary sequence.

Usage

binSeq(x, ...)

Arguments

x

a sequence.

...

used for dec2bin().

Value

a sequence list of binary digits.

See Also

binary

Examples

Run this code
# NOT RUN {
rdiversity:::binSeq(0:4)
# }

Run the code above in your browser using DataLab