Rdocumentation
powered by
Learn R Programming
binaryLogic (version 0.3.2)
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
binSeq(
0
:
4
)
Run the code above in your browser using
DataLab