Learn R Programming

binaryLogic (version 0.3.4)

gray2bin: A gray code to binary converter function

Description

This function converts a gray code to a binary number (base2)

Usage

gray2bin(x, ...)

Arguments

x
The gray code as logical vector.
...
Additional parameter for binary()

Value

  • The binary number (base2).

See Also

bin2gray