Learn R Programming

⚠️There's a newer version (0.3.9) of this package.Take me there.

binaryLogic (version 0.3.4)

Binary Logic

Description

Convert to binary numbers (Base2). Shift, rotate, summary. Based on logical vector.

Copy Link

Version

Install

install.packages('binaryLogic')

Monthly Downloads

18

Version

0.3.4

License

GPL-3 + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Daniel Dörrhöfer

Last Published

March 29th, 2016

Functions in binaryLogic (0.3.4)

loadAttributes

loadAttributes Helper function load Attributes
binaryPrefix

Binary prefix (KiB,MiB,..)
gray2bin

A gray code to binary converter function
print.binary

Print method for binary number.
as.binary

as binary digit.
byte

A simple helper function to return the size of one byte
bytesNeeded

Minimum number of "byte" needed to hold n "bit"
negate

Binary Negation (!)
binAdd

Binary Addition (+)
binary

Binary digit.
summary.binary

Summary method for binary number.
bin2gray

A gray code converter function
fillUpToBit

Fill up to bit (000..)
saveAttributes

saveAttributes Helper function save Attributes
rotate

Rotate no carry ()
switchEndianess

Switch Endianess.
shiftLeft

Binary Left Shift (<<)
binSeq

Binary sequence
is.binary

is Binary Vector
binaryLogic

Binary Logic GNU R Package
Ops.binary

Group Generic Ops
fillUpToByte

Fill up to Byte (00000000..)
shiftRight

Binary Right Shift (>>)